chc-tools3
v1.0.0
Published
提供了格式化时间,HTMLEscape的功能
Downloads
2
Readme
安装
nmp install itheima-tools
导入
const itheima = require("itheima-tools")
格式化时间
// 调用dateFormat 对时间进行格式化
const dtStr = itheima.dateFormat(new Date())
// 结果 2022-03-30 15:59:00
console.log(dtStr)
开源协议
ISC