dateFormatter
A closure that maps dates to their string representations.
Declaration
var dateFormatter: (Date) -> String { get set }Discussion
Defaults to ISO 8601 encoding.
A closure that maps dates to their string representations.
var dateFormatter: (Date) -> String { get set }Defaults to ISO 8601 encoding.