depth-dataformat
v1.0.0
Published
提供格式化时间功能
Readme
安装
、、、 npm install depth-dataformat 、、、
导入
、、、 const depthDataformat = require("depth-dataformat") 、、、
格式化时间
、、、 const dt = dataFormat.dateTime(new Date()) console.log(dt); // 2023-02-07 13:45:18 、、、
