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

Validation date incorrect in Chome #862

Closed
shrimp2t opened this issue Aug 21, 2013 · 1 comment
Closed

Validation date incorrect in Chome #862

shrimp2t opened this issue Aug 21, 2013 · 1 comment

Comments

@shrimp2t
Copy link

Try with this date 30/08/2013 it says "Please enter a valid date." But in Firefox working ok.

Link http://jqueryvalidation.org/date-method

@jzaefferer
Copy link
Collaborator

This date method just delegates the validation to the browser's Date implementation. Those are inconsistent and not reliable. It may still be useful in some cases, but I'll probably deprecate the date method, to be replaced with actual configurable validation via Globalize.

Until then, I can only recommend not to use the date method, instead use one of the other bundled date- methods or write a custom method.

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