0.0.0 • Published 5 years ago

itheima-hbx v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

安装方式

 npm install itheima-hbx

导入

const itheima = require('index')

格式化时间

// 调用 dateFormat 对时间进行格式化

const dtStr = itheima.dateFormat(new Date())

// 结果 2020-04-03 17:20:58

console.log(dtStr)
0.0.0

5 years ago