1.0.0 • Published 10 months ago

gwh-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

安装

npm install gwh-tools

导入

const gwh = require('gwh-tools')

格式化时间

// 调用dateFormat 对时间进行格式化
const dtStr = gwh.dateFormat(new Date())
// 结果 2023-07-18 17:50:35
1.0.0

10 months ago