Skip to content

Instantly share code, notes, and snippets.

@alvaroroyo
Created February 28, 2019 09:30
Show Gist options
  • Save alvaroroyo/e2ea8e55a60c7db603bdc909d4b47789 to your computer and use it in GitHub Desktop.
Save alvaroroyo/e2ea8e55a60c7db603bdc909d4b47789 to your computer and use it in GitHub Desktop.
extension DateFormatter {
static let bornDate: DateFormatter = {
let formatter = DateFormatter()
formatter.dateFormat = "dd/MM/yyyy HH:mm"
return formatter
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment