Moment.js 中文官网

http://momentjs.cn/docs/#/parsing/

 Moment.js基本使用:

 格式化 秒 :moment.unix(秒).format(‘YYYY-MM-DD HH:mm:ss’)

 格式化 毫秒 :moment(毫秒).format(‘YYYY-MM-DD HH:mm:ss’) 

想换输出格式看下面表

Moment.js 时间格式化插件基本使用

Moment.js 时间格式化插件基本使用

相关文章: