1.0.0 • Published 1 year ago

timycy-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install tim-tools

导入

const tim = require('tim-tools')

##格式化时间

// 嗲用 dateFormat 对时间进行格式化
const dtStr = tim.dateFormat(new Date())
// 结果 2023-04-09 21:39:27
console.log(dtStr)

开源协议

ISC