getdate(lTimeStamp) {
// var now = new Date(),
var now = new Date(lTimeStamp);
let y = now.getFullYear(),
m = now.getMonth() + 1,
d = now.getDate();
return y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d) + " " + now.toTimeString().substr(0, 8);
}
相关文章
- 11-22时间戳转换问题
- 11-22时间及时间戳相互转换
- 11-22时间戳与日期时间的相互转换
- 11-22hive时间戳转换&UDF更新
- 11-22时间戳,秒级,毫秒级转换DateTime格式
- 11-22python – 转换为UTC时间戳
- 11-22如何将long(currentTimeInMillis)转换为UTC时间戳?
- 11-22时间戳 和 时间的相互转换
- 11-22js将时间戳转换为字符串日期
- 11-22Unix时间戳转换