时间格式化 momentjs

1,momentjs 时间格式化组件:http://momentjs.cn

$ npm install moment --save

2,在 nodejs 中引用模块(http://momentjs.com/docs/)

var moment = require('moment');

moment(msg.time).format("MM-DD HH:mm:ss")

3,nodejs运行:

npm run dev

 

posted on 2017-11-30 17:00  风小可  阅读(649)  评论(0编辑  收藏  举报