UNPKG
gwh-tools
Version:
latest (1.0.0)
1.0.0
提供了格式化时间,HTMLEscape的功能
gwh-tools
/
README.md
15 lines
(13 loc)
•
240 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 安装
``
` npm install gwh-tools `
``
## 导入
``
` js const gwh = require('gwh-tools') `
``
## 格式化时间
``
``
js
// 调用dateFormat 对时间进行格式化
const
dtStr = gwh.dateFormat(
new
Date())
// 结果 2023-07-18 17:50:35