qodesmith / datepicker

Get a date with JavaScript! A datepicker with no dependencies.
344 stars 101 forks source link

IE11 datepicker issue #76

Closed gianlucalarizza closed 4 years ago

gianlucalarizza commented 4 years ago

Hello, in Ie11 the script doesn't work. In console we have : Syntax error --> datepicker.min.js (466,1)

Are you going to support it? Many thanks for your work

qodesmith commented 4 years ago

I'm working on a branch to add testing, and in that branch I've re-written then entire library to be es5 compliant. When I'm done, it should work well with IE11 and even further back. Stay tuned...

qodesmith commented 4 years ago

@gianlucalarizza Version 5.3.0 is out. It's been totally re-written in ES5 syntax. Try that version and let me know if there's still issues!

gianlucalarizza commented 4 years ago

Hi @qodesmith , it works correctly. Many thanks for your good job. Cheers!