8000 GitHub - newives/xe-utils at v1.9
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

newives/xe-utils

 
 

Repository files navigation

xe-utils

npm version npm build npm downloads gzip size: JS npm license

javascript 函数库、工具类,提供一套实用的基础函数、日期转换函数等...

Browser Support

IE Edge Chrome Firefox Opera Safari
7+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 6.1+ ✔

Docs

查看文档 API

Installing

npm install xe-utils

Using nodejs

const XEUtils = require('xe-utils')

Get on unpkg and cdnjs

<script src="https://cdn.jsdelivr.net/npm/xe-utils"></script>

ES6 Module import

import XEUtils from 'xe-utils'

XEUtils.toDateString(Date.now()) // 2018-01-01 10:30:28
XEUtils.toStringDate('2018-01-01 10:30:00') // Mon Jan 01 2018 10:30:00 GMT+0800 (中国标准时间)

License

MIT License, 2017-present, Xu Liangzhan

About

javascript 函数库、工具类

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.5%
  • Vue 24.1%
  • Other 0.4%
0