Last active
March 9, 2020 17:05
-
-
Save PolMrt/c83e813d816d0b3d7e0d76b4828d1370 to your computer and use it in GitHub Desktop.
Array of months abreviations anf full months names.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let monthsAbbreviations = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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