1.0.0 • Published 2 years ago

ctz-format-date v1.0.0

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

安装

npm install ctz-format-date

使用

导入

const formatDate = require('ctz-format-date')

格式化时间

//第一个参数是date类型,传空默认为当天;
//第二个参数是分隔符
//格式化为完整的年月日
const date = formatDate.dateToyyyymmdd(new Date(),'')
//格式化为六位的年月日
const date = formatDate.dateToyymmdd(new Date(),'')
//格式化为月日
const date = formatDate.dateTommdd(new Date(),'')

作者

ctz

协议

ISC

1.0.0

2 years ago