标签:moment 模块 引入 nbsp time log for nod orm
1,安装 moment模块
cnpm i moment --save
2,引入
3,获取当前时间并格式化
var current_time = moment(Date.now()).format(‘YYYY-MM-DD HH:mm:ss‘)
console.log(current_time)
标签:moment 模块 引入 nbsp time log for nod orm
原文地址:https://www.cnblogs.com/500m/p/11553079.html