UNPKG

bigmoment

Version:

Date manipulation that can track the age of the universe

8 lines (5 loc) 155 B
const bigmoment = require('./') const moment = require('moment') let bg = bigmoment('2018-W0').format() //let bg = bigmoment().format() console.log(bg);