Skip to content

Instantly share code, notes, and snippets.

@criso
Created August 16, 2011 17:06
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 criso/1149560 to your computer and use it in GitHub Desktop.
Save criso/1149560 to your computer and use it in GitHub Desktop.
date shenanigans
var time = +new Date(); // get time
var d = new Date();
var month = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec'][d.getMonth()];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment