datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

Get a date with JavaScript! A datepicker with no dependencies.

Results 18 datepicker issues
Sort by recently updated
recently updated
newest added

How I can translate? My project has three languages, but I can't find how translate the datepicker in readme. I wanna see option for choose location. Example: `const options =...

Hi! Could you please add a function to add extra dates as an exception? Kinda like "disabledDates" but then "exceptionDates". Thanks!

It would be nice to be able to hide all the dates outside the minDate / maxDate range... and limit the navigation to months available too And maybe a new...

Hello, i don't know if it's a bug, miss condition or just me but i have an error when i load, remove and reload the datepicker on the same input....

Currently if you have a picker with, for example, `2023-08-11` selected, then use `setMin()` to change the minimum date to `2023-08-16`, an error is thrown "Out-of-range" error is thrown. It...

No sure if this is a known issue or if it's just come up and I'm the first one to report it. My research on the error had me trying...

According to the documentation, there is a property called `disabled` for disabling the entire calendar -> https://github.com/qodesmith/datepicker#disabled I've tried to use it but it doesn't seem to be working. Here...

With option 'c' (centered), after clicking the input field, the datepicker immediatly closes again. This happens when the datepicker is placed over the input element it is connected with. This...