akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
635 stars 167 forks source link

Parsing error - cannot find date in this simple scenario #125

Open ttong-ai opened 4 years ago

ttong-ai commented 4 years ago

list(find_dates("I am out of office 04/04/2020")) [datetime.datetime(2020, 4, 4, 0, 0)]

list(find_dates("I am out of office until 04/04/2020")) []