mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
jQuery Plugin Date and Time Picker
d6cefe6a61
Added 2 new properties, to make a period of time disabled by setting disabledMinTime and disabledMaxTime. I needed a way, to have minTime and maxTime set, but also a specific period of time within minTime and maxTime to be disabled. This can now be set with disabledMinTime and disabledMaxTime. Example: minTime: 12:00 maxTime: 22:00 disabledMinTime: 13:00 disabledMaxTime: 20:00 Then the available time will be 12:00 - 13:00 and 20:00 - 22:00 |
||
---|---|---|
screen | ||
.gitignore | ||
bower.json | ||
datetimepicker.jquery.json | ||
index.html | ||
jquery.datetimepicker.css | ||
jquery.datetimepicker.js | ||
jquery.js | ||
MIT-LICENSE.txt | ||
package.json | ||
README.md |
datetimepicker
jQuery Plugin Date and Time Picker
DateTimePicker
DatePicker
TimePicker
Options to highlight individual dates or periods