chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

#127 - Fixes local dates for Safari, Safari has known issues with Dat… #130

Closed fstani closed 3 years ago

fstani commented 4 years ago

This PR fixes the one day off error when working with Safari browsers, which today are the only desktop browsers that do not have input date support anyways

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.06%) to 45.865% when pulling e0e9c07e47ae2ad480cd0a082527577baeb72246 on fstani:fix-safari-dates into d1d935047430e44bf23e125e2ce5723ccffb05d7 on chemerisuk:master.

fstani commented 4 years ago

@chemerisuk seems like coverage is not passing, any hints on what can I do to help get this merged into the main branch?

chemerisuk commented 4 years ago

@fstani thanks, I'll take a look asap.

chemerisuk commented 4 years ago

@fstani slightly reworked your changes at https://github.com/chemerisuk/better-dateinput-polyfill/commit/b72e139f6eb57a3f56e9073141b0cfd39e76dcea. Let me know if it works for you.