nextday
1.0.1 • Public • Published nextday
Gets the next day of a date.
Install
$ npm install --save nextday
Usage
var nextday = require('nextday');
var current = "2015-10-17"
var next = nextday(current)
Can supply a Date object, a string, or an integer. Providing a float, or any other
type with throw an exception.
License
MIT © Cully Larson
Package Sidebar
Install
Weekly Downloads