cp-timedate-switch
v1.0.3
Published
时间 日期 格式转换 适用于前端各种框架 js vue react #安装 npm install cp-timedate-switch --save #引入到项目中 import timedate from 'cp-timedate-switch' #使用 timedate.parseTime(time, cFormat) #参数说明 第一个参数time是要转换的时间日期,第二个参数cFormat是转换后的格式 默认格式:{y}-{m}-{d} {h}:{i}:{s}
Downloads
1
Readme
#时间日期格式转换 时间 日期 格式转换 适用于前端各种框架 js vue react #安装 npm install cp-timedate-switch --save #引入到项目中 import timedate from 'cp-timedate-switch' #使用 timedate.parseTime(time, cFormat) #参数说明 第一个参数time是要转换的时间日期,第二个参数cFormat是转换后的格式 默认格式:{y}-{m}-{d} {h}:{i}:{s}