angular-date-value-accessor
angular-date-value-accessor copied to clipboard
Safari Support
This is proof of work, I successfully patched date input controls on my old Safari. But it's not ready for use. As specified in the README of the polyfill project:
Date objects are displayed in the local time zone, which causes date drift by a day sometimes. Looking into this issue now. source: https://github.com/little-core-labs/date-input-polyfill

This screws up the produced dates completely, so it would be required to add the offset manually – but only for Safari. This means some extra work, but it's definitely doable. We can now recommend the DateValueAccessor to our readers without any restrictions, it will (soon) work in all browsers without any concerns.
FYI @fmalcher @d-koppenhagen