Skip to content

SwiftDate 4.0.13

Choose a tag to compare

@malcommac malcommac released this 12 Feb 10:35

New Features

  • #384 Added Arabic translation (thanks to @abdualrhmanIO)
  • #356 Added a new formatter option called strict. Using strict instead of custom disable heuristics date guessing of the formatter (ie. 1999-02-31 become an invalid date to parse, while with heuristics enabled guessing date 1999-03-03 is returned instead).