1.0.1 • Published 1 year ago

lee-tool v1.0.1

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

日期的处理

const now = new Date();
const dateOne = dateFormat(now,'yyyy-mm-dd h:m:s');
const dateTwo = dateFormat(now,'yyyy年mm月dd日 h时m分s秒');
console.log(dateOne)
console.log(dateTwo)
1.0.1

1 year ago

1.0.0

1 year ago