di-shan-utils
v1.0.5
Published
JavaScript 函数库、工具类
Downloads
15
Maintainers
Readme
di-shan-utils
JavaScript 函数库、工具类
Browser Support
| | | | | --- | --- | --- | --- | --- | --- | 7+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 6+ ✔ |
Docs
查看文档
Installing
npm install di-shan-utils
Using nodejs
const DIUtils = require('di-shan-utils')
Import all methods
import DIUtils from 'di-shan-utils'
DIUtils.toDateString(Date.now())
// 2018-01-01 10:30:28
DIUtils.toStringDate('2018-01-01 10:30:00')
// Mon Jan 01 2018 10:30:00 GMT+0800 (中国标准时间)