scrapinghub / dateparser

python parser for human readable dates
BSD 3-Clause "New" or "Revised" License
2.56k stars 465 forks source link

As the library suggest human readable dates, it must support following... #1171

Open milinddeore opened 1 year ago

milinddeore commented 1 year ago

The library fails to parse following format: "the 20 day of September 2021"

import dateparser
dateparser.parse("the 20 day of September 2021")
upasana-mittal commented 1 year ago

It also does not detect "next tuesday" or "coming tuesday"