UNPKG
wing-time
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Yxx use time format ; 一个时间比对。格式化工具
wing-time
/
test.js
4 lines
(3 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
// import {timeFormat} from './use/time'
var
{timeFormat} =
require
(
'./use/time'
)
console
.
log
(
timeFormat
(
'YYYY-MM-DD'
));