Skip to content

Instantly share code, notes, and snippets.

@Bazsmagister
Created June 3, 2020 17:46
Show Gist options
  • Save Bazsmagister/489ff23e142d99efc663763e9960f39a to your computer and use it in GitHub Desktop.
Save Bazsmagister/489ff23e142d99efc663763e9960f39a to your computer and use it in GitHub Desktop.
JS months in array
let month = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
let monthLong = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November',
'December'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment