UNPKG
myz-formate
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
简单的时间格式化包
myz-formate
/
test
/
test-formate.js
4 lines
•
196 B
JavaScript
View Raw
1
2
3
4
const
formatter =
require
(
'../index'
)
console
.
info
(formatter.
getDate
(
'2021-09-08'
,
'-'
))
console
.
info
(formatter.
getTime
(
'2020-11-12 15:23:22'
,
'~'
))
console
.
info
(formatter.
getDateTime
(
''
,
'-'
))