dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

date has year inside brackets

Open MarwaMohammad opened this issue 3 years ago • 0 comments

Thanks for your great package, but I have an issue, please look:

input = 'afghanistan Independence Day, 19 August (1919)' search_dates(input)

the output is [('August', datetime.datetime(2021, 8, 20, 0, 0)), ('1919', datetime.datetime(1919, 8, 20, 0, 0))] it didn't give the right date

MarwaMohammad avatar May 20 '21 15:05 MarwaMohammad