Skip to content

Instantly share code, notes, and snippets.

@robtimp
Last active June 8, 2017 18:56
Show Gist options
  • Save robtimp/9f58a6ec46c0d0d743dabb058380968e to your computer and use it in GitHub Desktop.
Save robtimp/9f58a6ec46c0d0d743dabb058380968e to your computer and use it in GitHub Desktop.
Last day of the month
// Returns 30 or 31 (except for February)
NSCalendar.currentCalendar().rangeOfUnit(.Day, inUnit: .Month, forDate: NSDate()).length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment