Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 7, 2017 17:20
Show Gist options
  • Save nderkach/cf7d8a1561a938a9dbaa04a5bf840ce4 to your computer and use it in GitHub Desktop.
Save nderkach/cf7d8a1561a938a9dbaa04a5bf840ce4 to your computer and use it in GitHub Desktop.
let jsonDecoder = JSONDecoder()
let jsonDateFormatter = DateFormatter()
jsonDateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.A"
jsonDecoder.dateDecodingStrategy = .formatted(jsonDateFormatter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment