nextday
v1.0.1
Published
Gets the next day of a date.
Downloads
9
Readme
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)
// => 2015-10-18
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