jy-format-time
v1.0.0
Published
```shell npm i jy-format-time --save ```
Downloads
2
Readme
安装
npm i jy-format-time --save
引入方式
import { formatDate } from 'jy-format-time'
功能说明
防抖
使用示例
import { formatDate } from 'jy-format-time' // 格式化日期
formatDate(Date, 'yyyy-MM-dd hh:mm:ss')