UNPKG
yuxuannnn_utils
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
xs开发的前端工具包
github.com/aiketangdezhiyi/yuxuannnn_utils
aiketangdezhiyi/yuxuannnn_utils
yuxuannnn_utils
/
lib
/
date
/
index.js
9 lines
(8 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
formatDate
=
void
0
;
const
dayjs =
require
(
"dayjs"
);
const
formatDate
= (
time, format
) => {
return
dayjs
(time).
format
(format); };
exports
.
formatDate
= formatDate;