Skip to content

Instantly share code, notes, and snippets.

@DonMag
Created February 5, 2016 16:49
Show Gist options
  • Save DonMag/e931261a0ba83502c369 to your computer and use it in GitHub Desktop.
Save DonMag/e931261a0ba83502c369 to your computer and use it in GitHub Desktop.
let dateFormatter = NSDateFormatter()
dateFormatter.dateFormat = "HH:mm a"
let date = dateFormatter.dateFromString("11:42 am")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment