datefinder icon indicating copy to clipboard operation
datefinder copied to clipboard

Date not found in string

Open kmeelu opened this issue 5 years ago • 0 comments

String: License Cancellation Date: 07/31/2021

Expected: One Match with DateTime object for July 31, 2021 Actual: No Matches

Please let me know if I'm doing something wrong. Tried this script:

import datefinder
matches = datefinder.find_dates("License Cancellation Date: 07/31/2021")
for match in matches:
   print(match)

kmeelu avatar Aug 20 '20 07:08 kmeelu