get-next-date

1.0.0 • Public • Published

get-next-date

Takes a Date object and returns a Date object representing the next calendar day, set to midnight local time.

Install

$ npm install get-next-date --save

Usage

const GetNextDate = require('get-next-date');

let currentTime = new Date();
let tomorrow = GetNextDate(currentTime);

Readme

Keywords

none

Package Sidebar

Install

npm i get-next-date

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • rossb