This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
datepicker: date added via input has different behavior in Chrome and IE #11092
Open
Description
I don't have plunker example but you can reproduce here:
https://material.angularjs.org/latest/demo/datepicker
When I manually enter this date '1/9/18' into DatePicker it has different behavior in IE and Chrome. In chrome it will create '1/9/2018' date but in IE will create '1/9/1918'.
What is the expected behavior?
I would like to see that IE creates '1/9/2018'.
What is the current behavior?
IE creates '1/9/1918'.