Contents

addDateParseStrategy(_:)

Adds a date parsing strategy.

Declaration

mutating func addDateParseStrategy<T>(_ strategy: T) where T : ParseStrategy, T.ParseInput == String, T.ParseOutput == Date

Parameters

  • strategy:

    A parsing strategy that has a string input and a date output.