You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's problematic for it to just submit it using the locale format (MM/dd/yyyy where I live) since that is too ambiguous for the server to reliably parse.
Furthermore, I believe the HTML spec requires it to be submitted in RFC 3339, and that's what modern browsers do.
Hi TylerRick,
Am too facing the same issue like yours did you found any solution instead? And am using angular 4 reactive form in that am not able to bind the formControl Value.
Did anyone ever find a solution here? Facing same issue (also tried chemerisuk/better-dateinput-polyfill but it didn't seem to work reliably in Safari).
It's problematic for it to just submit it using the locale format (MM/dd/yyyy where I live) since that is too ambiguous for the server to reliably parse.
Furthermore, I believe the HTML spec requires it to be submitted in RFC 3339, and that's what modern browsers do.
I tried out https://github.com/chemerisuk/better-dateinput-polyfill, which even claims this as a feature
but unfortunately had to abandon that since it didn't work in IE11 (chemerisuk/better-dateinput-polyfill#106).
The text was updated successfully, but these errors were encountered: