Skip to content

Instantly share code, notes, and snippets.

@masters3d
Created September 19, 2015 05:22
Show Gist options
  • Save masters3d/2a29589a878deeef1438 to your computer and use it in GitHub Desktop.
Save masters3d/2a29589a878deeef1438 to your computer and use it in GitHub Desktop.
let weekday = ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
let dayOfWeek = (Sunday:1, Monday:2, Tuesday:3, Wednesday:4, Thursday:5, Friday:6, Saturday:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment