qk-format-date
v2.0.0
Published
钱坤投资自用包,日期时间格式化,例:formatDate('Y-m-d h:m:s', new Date())
Downloads
2
Readme
formatDate('Y-m-d h:m:s', new Date())
格式化日期时间
install
npm install -g qk-format-date
#github
#usage let formatDate = require('./index')
console.info(formatDate('Y-m-d h:m:s', new Date()))