jQuery Plugin Date and Time Picker
Go to file
Daniel d6cefe6a61 Added opposite of minTime and maxTime, disabledMinTime and disabledMaxTime
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
2015-06-22 12:49:40 +02:00
screen highlighted dates: new screenshots 2015-04-09 15:12:04 +02:00
.gitignore added several languages 2014-11-16 02:28:37 +05:00
bower.json Fix bug with minDate option and mistake Date.parse insted Date.parseDate 2015-04-22 13:26:36 +05:00
datetimepicker.jquery.json Fix bug with minDate option and mistake Date.parse insted Date.parseDate 2015-04-22 13:26:36 +05:00
index.html Fix bug with minDate option and mistake Date.parse insted Date.parseDate 2015-04-22 13:28:36 +05:00
jquery.datetimepicker.css added css elements to highlight dates 2015-04-09 15:17:59 +02:00
jquery.datetimepicker.js Added opposite of minTime and maxTime, disabledMinTime and disabledMaxTime 2015-06-22 12:49:40 +02:00
jquery.js Rename jquery-1.10.2.min.js to jquery.js 2013-11-03 16:34:48 +06:00
MIT-LICENSE.txt Added jquery plugin manifest 2013-11-05 16:22:26 +06:00
package.json Fix bug with minDate option and mistake Date.parse insted Date.parseDate 2015-04-22 13:26:36 +05:00
README.md highlighted dates: updated doc with screenshots 2015-04-09 15:12:43 +02:00

datetimepicker

Documentation

jQuery Plugin Date and Time Picker

DateTimePicker

ScreenShot

DatePicker

ScreenShot

TimePicker

ScreenShot

Options to highlight individual dates or periods

ScreenShot

ScreenShot

ScreenShot