date-extractor icon indicating copy to clipboard operation
date-extractor copied to clipboard

Giving issue when using the 4 letter from the month (for months having more than 4 letter)

Open abhayaman669 opened this issue 3 years ago • 1 comments

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?

abhayaman669 avatar Sep 13 '22 18:09 abhayaman669

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.

DanielJDufour avatar Nov 01 '23 01:11 DanielJDufour