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

Core: Add sanity checks to dateISO method #2032

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RobJohnston
Copy link
Contributor

Updated regex for dateISO to match the ISO 8601 standard. Added checks for leap years and for months that only have 30 days.

This is a redo of PR #1528 due to mangled repo.

Fixes #1861.

I don't expect it to be committed yet for the reasons outlined in #1528 (comment).

@Arkni Arkni added this to the 2.0.0 milestone Jul 15, 2017
@nschonni
Copy link
Collaborator

FYI, came accross this regex that deals with the week, month, and time variants http://www.pelagodesign.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
That still doesn't cover the leap parts you added though

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

Successfully merging this pull request may close these issues.

None yet

3 participants