Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dmy formats #56

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ankita-shankar
Copy link
Contributor

This PR adds support for date and timestamps that have their month, date and year part in dmy format. I have borrowed the implementation frommdy_family functions and have added appropriate tests.
dmy parsing is lower in priority than mdy so dmy parsing will only kick in if mdy fails to parse.

@ankita-shankar
Copy link
Contributor Author

I don't know why one of the tests are failing, seems unrelated to my changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant