1.0.0 • Published 1 year ago

weishilun-test1 v1.0.0

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

安装

npm install weishilun-test1

导入

const tt = require('./test1/index')

格式化时间

// 导入dateFormat 格式化时间的方法
const time = tt.dateFormat(new Date())
//转化的结果 2023-02-11 09:09:41
console.log(time)