DateTimeParser.Parser.Date (DateTimeParser v1.3.0)
View SourceTokenizes the string for date formats. This prioritizes the international standard for representing dates.
Summary
Functions
Validate either the Date or [Naive]DateTime has a valid day
Types
@type dayable() :: DateTime.t() | NaiveDateTime.t() | Date.t() | %{day: Calendar.day(), month: Calendar.month(), year: Calendar.year()}