akoumjian / datefinder

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

parsing doesn't work for 'Janaury 12, 2016' #76

Open bh-nil opened 6 years ago

bh-nil commented 6 years ago

returns <class 'list'>: [datetime.datetime(2016, 12, 5, 0, 0)] 5 Dec

bh-nil commented 6 years ago

found issue. there was type in it. can something be done about it like Making months into 3 char month to have better chance of matching as I may get some ill formatted date