1.0.2 • Published 10 months ago

el-formatdate v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

安装

npm install el-formatdate

导入

const filters = require("./el-formatdate/index");

格式化时间

// 使用 filters 中的 formatDate 函数进行格式化
const formattedDate = filters.formatDate(new Date());
console.log(formattedDate);

开源协议

ISC

1.0.2

10 months ago