Contents

parse(_:)

Returns a Date of a given string interpreted using the current settings.

Declaration

func parse(_ value: String) throws -> Date

Parameters

  • value:

    A string representation of a date.

Return Value

A Date represented by value.

Discussion