Skip to content

Instantly share code, notes, and snippets.

@Zmoki
Created June 28, 2012 15:01
Show Gist options
  • Select an option

  • Save Zmoki/3011854 to your computer and use it in GitHub Desktop.

Select an option

Save Zmoki/3011854 to your computer and use it in GitHub Desktop.
Get next day of date
var nextDay = new Date(+ new Date(dateVal) + 24*60*60*1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment