1.0.0 • Published 2 years ago
huitailang-tools v1.0.0
使用说明
const timeFormat = require('./lhh-tools')
const newDate = new Date()
const newDate2 = timeFormat.dateData1(newDate)
const newDate3 = timeFormat.dateData2(newDate)
console.log(newDate2)
console.log(newDate3)
1.0.0
2 years ago