Skip to content

Instantly share code, notes, and snippets.

@houoop
Created April 28, 2013 03:44
Show Gist options
  • Save houoop/5475791 to your computer and use it in GitHub Desktop.
Save houoop/5475791 to your computer and use it in GitHub Desktop.
js get tomorrow date
new Date(new Date().getTime() + 24 * 60 * 60 * 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment