1.0.6 • Published 2 years ago

horizon0307-date v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

horizon0307-date

Build Status MIT License NPM downloads

⬇️ Install

npm i horizon0307-date

🎨 Usage

const hzDate = require('horizon0307-date')

console.log(hzDate.format('Y-m-d H:i:s'))

console.log(hzDate.format('Y/m/d'))

console.log(hzDate.format('Y/m/d H:i:s'))

💡 param

keywordsdesc
Y
m
d
H
i
s
语法:hzDate.format('随意组合')

举个栗子🌰
hzDate.format('YmdHis')
hzDate.format('Y-m-d H:i:s')
hzDate.format('Y/m/d')
hzDate.format('Y/m/d H:i:s')
hzDate.format('Y年m月d日 H:i:s')
hzDate.format('Y')
hzDate.format('m')
hzDate.format('d')
hzDate.format('H')
hzDate.format('i')
hzDate.format('s')

🚀 CDN

https://unpkg.com/horizon0307-date@1.0.1/dist/hzDate.js

<script src="https://unpkg.com/horizon0307-date@1.0.1/dist/hzDate.js"></script>
<script>
console.log(hzDate.format('Y-m-d H:i:s'))
console.log(hzDate.format('Y/m/d'))
console.log(hzDate.format('Y/m/d H:i:s'))
</script>

🔒 License

See the LICENSE file for license rights and limitations (MIT).

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago