Skip to content

Instantly share code, notes, and snippets.

@PolMrt
Last active March 9, 2020 17:05
Show Gist options
  • Save PolMrt/c83e813d816d0b3d7e0d76b4828d1370 to your computer and use it in GitHub Desktop.
Save PolMrt/c83e813d816d0b3d7e0d76b4828d1370 to your computer and use it in GitHub Desktop.
Array of months abreviations anf full months names.
let monthsAbbreviations = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
let months = [ "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