1.0.0 • Published 6 months ago

wwwwoment v1.0.0

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

安装

npm install wqboss-momet

导入

const itheima = require('wqboss-momet')

格式化时间

// 调用 dateFormat 对时间进行格式化
const dtStr = itheima(毫秒时间).formats("YYYY-MM-DD HH:mm:ss")
const dtStr = itheima(毫秒时间).formats("YY-MM-DD HH:mm:ss")
const dtStr = itheima().formats("YYYY-MM-DD HH:mm:ss")
const dtStr = itheima().formats("YY-MM-DD HH:mm:ss")
console.log(dtStr)
1.0.0

6 months ago