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 validation on Internet Explorer 11 fails #1306

Open
2 tasks
supermueller opened this issue May 16, 2019 · 1 comment
Open
2 tasks

Date validation on Internet Explorer 11 fails #1306

supermueller opened this issue May 16, 2019 · 1 comment

Comments

@supermueller
Copy link

What kind of issue is this? (put 'x' between the square brackets)

In Internet Explorer Parsley only accepts dates in ISO format. If you're using an other format for the date, like e.g. the German’s default "31.12.1970", parsley will not accept the date in IE11 – you have to type in "1970-12-31".

Because CodePen blocks IE 11, I have to paste the example here:

<input type="date" id="date-of-birth" name="date-of-birth" placeholder="" value="">
@stevenMouret
Copy link
Contributor

stevenMouret commented Oct 1, 2019

Same problem on Safari macOS input date is not supported.
Works on iOS because input date is partially supported.

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