UNPKG
date-vir
Version:
latest (8.2.0)
8.2.0
8.1.1
8.1.0
8.0.0
7.4.3
7.4.2
7.4.1
7.4.0
7.3.2
7.3.1
7.3.0
7.2.1
7.2.0
7.1.2
7.1.1
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.0.1
5.3.2
5.3.1
5.3.0
5.2.0
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.1.0
1.0.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
0.0.0
Easy and explicit dates and times.
github.com/electrovir/date-vir
electrovir/date-vir
date-vir
/
dist
/
extra-utils
/
end.js
12 lines
(11 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * A partial {
@link
FullDate} instance that has the highest value for each time property. * *
@category
Constants
*/
export
const
endTime = {
hour
:
23
,
minute
:
59
,
second
:
59
,
millisecond
:
999
, };