Skip to content

Instantly share code, notes, and snippets.

@lenafaure
Last active June 18, 2017 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenafaure/f5eba2f9c586c5deb8dd0bdd3ffad596 to your computer and use it in GitHub Desktop.
Save lenafaure/f5eba2f9c586c5deb8dd0bdd3ffad596 to your computer and use it in GitHub Desktop.
var d = new Date();
var d = new Date(milliseconds);
var d = new Date(dateString);
var d = new Date(year, month, day [,hour,minute,second,millisecond ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment