Skip to content

Instantly share code, notes, and snippets.

@matthewd673
Created October 12, 2014 19:50
Show Gist options
  • Save matthewd673/847375e18cfd386b9779 to your computer and use it in GitHub Desktop.
Save matthewd673/847375e18cfd386b9779 to your computer and use it in GitHub Desktop.
Time check (JS)
var d = new Date();
d.getHours();
d.getMinutes();
d.getSeconds();
d.getDay();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment