1.0.0 • Published 9 years ago
get-next-date v1.0.0
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 --saveUsage
const GetNextDate = require('get-next-date');
let currentTime = new Date();
let tomorrow = GetNextDate(currentTime);1.0.0
9 years ago