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 month - day and day- month combos #17

Open
DanielJDufour opened this issue Jul 13, 2020 · 1 comment
Open

Add month - day and day- month combos #17

DanielJDufour opened this issue Jul 13, 2020 · 1 comment

Comments

@DanielJDufour
Copy link
Owner

So we can avoid 31st of September situations

@DanielJDufour
Copy link
Owner Author

30 day months: September, April, June and November: ((?P<month>4|6|9|11)(?<sep>/-)(?<day>[0-30]))
31 day months: ((?P<month>1|2|3|5|7|8|10|12)(?<sep>/-)(?<day>[0-31]))

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

No branches or pull requests

1 participant