UNPKG
@minionorg/share
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
函数库,工具库
github.com/minionorg/share-open
minionorg/share-open
@minionorg/share
/
DateUtils
/
getLastDateInMonth
/
index.es.js
7 lines
(6 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
e
(
t
) {
return
new
Date
(t.
getFullYear
(), t.
getMonth
() +
1
,
0
); }
export
{ e
as
default
};