1.0.1 • Published 9 years ago

nextday v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

nextday Build Status

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