a tiny library to calculate the days of two certain dates or find the date some days before / after a certain date
- calculate the interval days between two dates
- find the date xx days after a certain date whose default is today
- find the date xx days before a certain date whose default is today
npm install datedog -gdatedog -hto see the usage
npm install datedog --saveconst datedog = require('datedog')
<script src="datedog.js"></script>- use
datedogas a global variable
MIT