fixed(format:timeZone:locale:)
A fixed-format date parse strategy.
Declaration
static func fixed(format: Date.FormatString, timeZone: TimeZone, locale: Locale? = nil) -> Self where Self == Date.ParseStrategyParameters
Return Value
A strategy for parsing a date.