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

Date regex doesn't validate dates < 1900 || > 2099 #3

Closed
singuerinc opened this issue Nov 25, 2016 · 2 comments
Closed

Date regex doesn't validate dates < 1900 || > 2099 #3

singuerinc opened this issue Nov 25, 2016 · 2 comments

Comments

@singuerinc
Copy link

Maybe is a feature, but for me should be generic so that it validates all "valid" dates.
It doesn't work if you try to validate: "01/01/2100"

@lukehaas
Copy link
Owner

Yeah, its currently more of a date of birth date checker, but you're probably right, it should validate all dates. I'll update it soon.

@lukehaas
Copy link
Owner

This is updated now.

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

2 participants