PitPik / tinyDatePicker

NEW: Tiny javascript and jQuery date / time picker [datepicker]
http://www.dematte.at/tinyDatePicker/
MIT License
57 stars 14 forks source link

Safari - minDate #4

Closed cwffm closed 7 years ago

cwffm commented 7 years ago

Hi, is minDate also working in Safari? In your demo and in my application it is not working like it is in the other browser.

Christian

PitPik commented 7 years ago

Hi @cwffm , well, thanks for this finding. Seems as if Date.parse() doesn't work as expected in Safari or better, as in other browsers. So the bug sits in _convertDateString() inside calendar.js I will try to fix this as soon as possible. Cheers

PitPik commented 7 years ago

Hi @cwffm again, the bug is fixed... please let me know if this works now for you

cwffm commented 7 years ago

Hi, is working good.

Thanks