laborerseven-date
v1.0.1
Published
日期格式化插件
Readme
下载
npm i laborerseven-date -D使用
const woDate = require('laborerseven-date')
console.log(woDate.format("y-m-d h:i:s"));
console.log(woDate.format("y/m/d h:i:s"));
console.log(woDate.format("h:i:s"));
