标签: javascript html mysql phpmyadmin
我目前正在以这种格式2019-01-17 10:20:00从数据库中获取日期和时间。是否可以将此格式更改为2019年1月17日下午10:20进行显示?我在JS中使用ajax调用来检索数据。有什么帮助吗?谢谢
答案 0 :(得分:0)
您尝试过toUTCString()
toUTCString()
console.log(new Date('2019-01-17 10:20:00').toUTCString())