1.0.3 • Published 3 years ago

triste0855-date v1.0.3

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

triste0855-date

Build Status MIT License NPM downloads

⬇️ Install

npm i triste0855-date

🎨 Usage

const trDate = require('triste0855-date')

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

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

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

💡 param

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

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

🚀 CDN

https://unpkg.com/triste0855-date@1.0.1/dist/trDate.js

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

🔒 License

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago