nextday

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nextday

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cullylarson