You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Litepicker seems to suffer from BUG2000.
(and no, i'm not joking).
here is the code that causes it:
<script> const picker = new Litepicker({ format:'DD/MM/YY', element: document.getElementById('litepicker') }) </script><input id="litepicker" value="01/01/00"/>
`
clicking it choses the year 1900 instead of the expected 2000
The text was updated successfully, but these errors were encountered: