parse(_:)
Returns a Date of a given string interpreted using the current settings.
Declaration
func parse(_ value: String) throws -> DateParameters
- value:
A string representation of a date.
Return Value
A Date represented by value.
Returns a Date of a given string interpreted using the current settings.
func parse(_ value: String) throws -> DateA string representation of a date.
A Date represented by value.