untitled notebook

node v8.17.0
version: 1.0.0
endpointsharetweet
var moment = require('moment'); var january1 = moment('2015-01-01'); var february1 = january1.add(1, 'months'); var march1 = january1.add(2, 'months'); console.log(march1.toDate());
Loading…

no comments

    sign in to comment