Skip to content

Instantly share code, notes, and snippets.

@knightbenax
Created August 28, 2022 21:16
Show Gist options
  • Save knightbenax/841bf066ff4650f61ea00372b04326ed to your computer and use it in GitHub Desktop.
Save knightbenax/841bf066ff4650f61ea00372b04326ed to your computer and use it in GitHub Desktop.
Months as array in Swift.
let month = ["January","February","March","April","May","June","July",
"August","September","October","November","December"]
let month = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul","Aug", "Sep", "Oct", "Nov", "Dec"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment