date-extractor
date-extractor copied to clipboard
Giving issue when using the 4 letter from the month (for months having more than 4 letter)
I needed to parse dates in my project; sometimes, I was getting dates with the month as the first 4 letters (except for may as it only has 3 letters) can this be considered a feature?
Hi, @abhayaman669 . Yes, that is an excellent suggestion! Would you be open to submitting a PR? I think you would need to add to the enumerations/init.py file and add a test case. Thank you for your consideration.