date-extractor
date-extractor copied to clipboard
2015 is interpreting incorrectly
As of now, 2015 is interpreting as Yr: 20, Month: 1, Day: 5
But it should be interpreted as Year 2015.....
Changing
p["date"] = (
"(?P
to
p["date"] = (
"(?P
i.e putting p["y"] at the start is solving this... pls share your thoughts