jQuery datetimepicker: disable time
问题 I am using the XDSoft jQuery datetimepicker in my app (Ruby on Rails 4 (just for information, not using bootstrap datetimepicker )). I was wondering if there is a way to disable/deactivate a specific time at a specific date, for example disable only 17:00 on 12/17/2014? disabledDates: ['...'] disables a specific date. I tried disabledDateTimes and disabledTimes but they don't work. Thanks. 回答1: Here is one example of how this can be done using the XDSoft DateTimePicker you are asking about. I