Skip to content

Instantly share code, notes, and snippets.

@seripap
Forked from bgadrian/months.js
Created October 8, 2015 21:32
Show Gist options
  • Save seripap/9eb809268eb8026abd9f to your computer and use it in GitHub Desktop.
Save seripap/9eb809268eb8026abd9f to your computer and use it in GitHub Desktop.
JavaScript JS month names arrays
var month= ["January","February","March","April","May","June","July",
"August","September","October","November","December"];
var month = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul","Aug", "Sep", "Oct", "Nov", "Dec"];
//used with date.getMonth()
@prostomuzaf
Copy link

thank bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment