Someone know how to reset the jQuery Timepicker http://trentrichardson.com/examples/timepicker/ ?
I need to set the Hours and the Minutes to 0 before open it up.
I tried to do that but it doesn’t work:
$('#timepicker').timepicker({
hour:0, minute: 0});
I set the value of the bind textbox to empty but If I show the timepicker, it still have the previously value setted.
Thanks
Usually datepickers are associated to a textbox element. Try modifying the value of that element to have the date (usually today date) at 00:00.