Support for the US date format: 04/27/2019 - #19
Conversation
olebedev
commented
Mar 7, 2019
Hey @gbaptista, Thanks for your contribution. The main concern about this PR is that even real human cannot say for 100% sure which format is used for, say, The most obvious approach could be based on timezone. What exactly dateparse does. Any thoughts with regard to the problem solution are very welcome. /cc @orsinium, @JamesHaskell |
mvgrimes
commented
Apr 17, 2023
What about adding the rule, but not making it active by default. Then the user of the library can select which format they want. I've added SlashMDY in I put it in the |
mvgrimes
commented
Apr 17, 2023
I've implement this is here |
olebedev
commented
Apr 18, 2023
@mvgrimes, I like the idea of having more non-default rules available to cover common edge-cases, as this would save people time from having to create them themselves. However, it would be important to make it clear which rules are default and which are not, to avoid confusion. |
Fix: Common US dates not working. #10