Skip to content

Instantly share code, notes, and snippets.

@tristar500
Created December 7, 2011 23:09
Show Gist options
  • Save tristar500/1445209 to your computer and use it in GitHub Desktop.
Save tristar500/1445209 to your computer and use it in GitHub Desktop.
Months and days arrays
var months = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
var shortdays = new Array('Sun','Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
var longdays = new Array('Sunday','Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment