In theory, handling dates as a developer is as simple as creating, storing, and, if necessary, manipulating dates. But as a JavaScript developer, you would know this theory doesn’t hold long after you ...
var easyDate = require('easy-date').easyDate; // or import { easyDate, backwardCompatibility } from 'easy-date' // this will expose the number extension methods ...