Skip to content

Instantly share code, notes, and snippets.

View izmaylovdev-ume's full-sized avatar
:octocat:

Michael Izmaylov izmaylovdev-ume

:octocat:
View GitHub Profile
@seripap
seripap / months.js
Created October 8, 2015 21:32 — forked from bgadrian/months.js
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()