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

Unable to find date in string #113

Open dwallach1 opened 5 years ago

dwallach1 commented 5 years ago

INPUT:

<div class="comp displayed-date" id="displayed-date_1-0">
Updated Jun 15, 2019 </div>

RESULT ==> No matches EXPECTED ==> June 15 2019 as a Datetime object