truman-x
v1.0.2
Published
获取日期
Downloads
1
Readme
webopenfather-date
⬇️ Install
npm i webopenfather-date
🎨 Usage
const wofDate = require('webopenfather-date')
console.log(wofDate.format('Y-m-d H:i:s'))
console.log(wofDate.format('Y/m/d'))
console.log(wofDate.format('Y/m/d H:i:s'))
💡 param
| keywords | desc | | -------- | ---- | | Y | 年 | | m | 月 | | d | 日 | | H | 时 | | i | 分 | | s | 秒 |
语法:wofDate.format('随意组合')
举个栗子🌰
wofDate.format('YmdHis')
wofDate.format('Y-m-d H:i:s')
wofDate.format('Y/m/d')
wofDate.format('Y/m/d H:i:s')
wofDate.format('Y年m月d日 H:i:s')
wofDate.format('Y')
wofDate.format('m')
wofDate.format('d')
wofDate.format('H')
wofDate.format('i')
wofDate.format('s')
🚀 CDN
https://unpkg.com/[email protected]/dist/wofDate.js
<script src="https://unpkg.com/[email protected]/dist/wofDate.js"></script>
<script>
console.log(wofDate.format('Y-m-d H:i:s'))
console.log(wofDate.format('Y/m/d'))
console.log(wofDate.format('Y/m/d H:i:s'))
</script>
🔒 License
See the LICENSE file for license rights and limitations (MIT).