Giving issue when using the 4 letter from the month (for months having more than 4 letter)
abhayaman669 opened this issue · 1 comments
abhayaman669 commented
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?
DanielJDufour commented
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.