date time format 日期时间格式
已弃用的日期时间格式替换为- npm安装: $ npm install date-time-string或者< script src =" http://lightspeedworks.github.io/date-time-string/lib/date-time.js " > script >用法:简单的功能var DateTime = require ( 'date-time-string' ) ; console . log ( DateTime . toDateTimeString ( ) ) ; // 2014-12-15 21:58:56.450 console . log ( DateTime . toDateString ( ) ) ; // 2014-12-15 console . log ( DateTime . toTim
用户评论