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

Surprising fail on abbreviations. Are these not handled? #81

Closed libgober closed 5 years ago

libgober commented 6 years ago

datefinder.find_dates(u'Jan. 14, 2003') 2018-06-23 16:15:29 [datefinder] DEBUG: Parsing 14, 2003 with dateutil 2018-06-23 16:15:29 [datefinder] DEBUG: bad month number 14; must be 1-12