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

can't detect date from following string #147

Open TalibCode opened 3 years ago

TalibCode commented 3 years ago
        string_with_dates = f"""
          Notice:DownloadProcedure:OpenClosingdate:30/04/2021

Notice:DownloadProcedure:OpenClosingdate:14/04/2021 Notice:DownloadProcedure:OpenClosingdate:10/04/2021 Notice:DownloadProcedure:CallforexpressionofinterestClosingdate:08/12/2024 Notice:DownloadProcedure:OpenClosingdate:28/04/2021 ...: """