UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

38 lines (24 loc) 1.2 kB
# di-shan-utils JavaScript 函数库、工具类 ## Browser Support ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_7-8/internet-explorer_7-8_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) --- | --- | --- | --- | --- | --- | 7+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 6+ ✔ | ## Docs <a href="https://di-utils.vercel.app" rel="nofollow">查看文档</a> ## Installing ```shell npm install di-shan-utils ``` Using nodejs ```javascript const DIUtils = require('di-shan-utils') ``` ### Import all methods ```javascript 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 (中国标准时间) ```