tonic + npm: date-cruncher

let lib = require("date-cruncher"); let dc = lib.DateCruncher; // calculate the next business day after 10/07/2016 // print each step to console dc.evaluate('4/01/2017 last day', (e) => { console.log(e); });
Created from: https://tonicdev.com/npm/date-cruncher
Loading…

no comments

    sign in to comment