zwjun-qf 中文文档教程
zwj_zwj-date
⬇️ Install
npm izwj_zwj-date
Usage
const zwjun-qf = require('zwjun-qf')
console.log(zwjun-qf.format('Y-m-d H:i:s'))
console.log(zwjun-qf.format('Y/m/d'))
console.log(zwjun-qf.format('Y/m/d H:i:s'))
param
keywords | desc |
---|---|
Y | 年 |
m | 月 |
d | 日 |
H | 时 |
i | 分 |
s | 秒 |
语法:zwjun-qf.format('随意组合')
举个栗子????
zwjun-qf.format('YmdHis')
zwjun-qf.format('Y-m-d H:i:s')
zwjun-qf.format('Y/m/d')
zwjun-qf.format('Y/m/d H:i:s')
zwjun-qf.format('Y年m月d日 H:i:s')
zwjun-qf.format('Y')
zwjun-qf.format('m')
zwjun-qf.format('d')
zwjun-qf.format('H')
zwjun-qf.format('i')
zwjun-qf.format('s')
CDN
https://unpkg.com/webopenfather-date@1.0.1/dist/zwjun-qf.js
<script src="https://unpkg.com/webopenfather-date@1.0.1/dist/zwjun-qf.js"></script>
<script>
console.log(zwjun-qf.format('Y-m-d H:i:s'))
console.log(zwjun-qf.format('Y/m/d'))
console.log(zwjun-qf.format('Y/m/d H:i:s'))
</script>
License
See the LICENSE file for license rights and limitations (MIT).