date_time_parser
date_time_parser copied to clipboard
Parse strings into DateTime, NaiveDateTime, Date, or Time https://hexdocs.pm/date_time_parser
Results
2
date_time_parser issues
Sort by
recently updated
recently updated
newest added
I think that the shorter numbers should be parsed as year and can default to 1 January ``` iex [11:02 :: 2] > DateTimeParser.parse_date("2022") {:ok, ~D[1905-07-14]} ``` Imo it's more...
> Hi, we're looking for a library to parse dates. date_time_parser is working pretty well for American dates, but we also have data from European languages (e.g. German, French). An...