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

Convert any number as Date #101

Closed Bipulkumarsingh closed 3 years ago

Bipulkumarsingh commented 5 years ago

if i pass this string : "i think 5 people were working on 02 march 2015"

Output: 2019-04-05 2015-03-02

lllfx commented 4 years ago

same problem with you, do you solve.

Bipulkumarsingh commented 4 years ago

I created own regex to filter dates , datefinder is using any single number as date entity.