datetimepicker
datetimepicker copied to clipboard
jQuery Plugin Date and Time Picker
I have timepicker enabled and have initialize the datetimepicker with minDate/maxDate. When click on previous/next month and jump on some disabled date, I am still able to select times which...
Everything works as expected, however I have an issue that is perplexing me... When I click into the date field and then click out without changing/clicking the time, It changes...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Hi Valeriy, very nice work. I can not find all color settings (inclusive there are a lot). Is there a rule for color settings in css. I tried to change...
Hello, I want to disable specific times in a specific day (not the entire day), how can i achieve it ? Best regards
Currently, we have `allowedTimes` and `disabledDates`. However, if I want to disable a certain time on a given date, I find no way of doing this? I presume this could...
If I set dynamicly (via setOptions) disabledWeekDays (e.g. [5,6]), then setOptions with disabledWeekDays: [] is not update calendar view
when i'm try to scroll month value is changed. how to stop it?
In the example page (https://xdsoft.net/jqplugins/datetimepicker/), the example "handler onChangeDateTime Example #" spawns an alert message when the date changes. In my browser (Chrome 73.0.3683.86) the alert immediately respawns when I...
This feature usually is already available in let's say rangepicker libraries but i am trying to implement it here with custom logic. So basically when user select start date and...