I am looking for a JQuery DatePicker with a time picker which can work with ASP.NET. I found http://milesich.com/timepicker/ which looks nice but I am getting an ‘Error: $(“#hourSlider”).slider is not a function.. error from their timepicker.js
Also found http://code.google.com/p/dyndatetime/ but the time picker is clunky.
Any other recommendations?
Are you including the jquery UI javascript? Your slider error is almost certainly because you don’t have the UI loading on your page.
Try adding:
If you don’t need the date/time picker to be bundled in the same UI widget then I thought this was quite a nice solution to making a useable time picker.
Regarding the slider error, could you post a bit more example code, as my first and most obvious guess was wrong 🙂