UNPKG
bigmoment
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Date manipulation that can track the age of the universe
bigmoment
/
playground.js
8 lines
(5 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
bigmoment =
require
(
'./'
)
const
moment =
require
(
'moment'
)
let
bg =
bigmoment
(
'2018-W0'
).
format
()
//let bg = bigmoment().format()
console
.
log
(bg);