Skip to content

cullylarson/nextday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gets the next day of a date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages