jquery-timepicker icon indicating copy to clipboard operation
jquery-timepicker copied to clipboard

A javascript timepicker plugin for jQuery inspired by Google Calendar.

Results 59 jquery-timepicker issues
Sort by recently updated
recently updated
newest added

I have a function used for minTime rounding the current time to the next half hour. If this time is in the middle of the start and end values in...

Hi, I created the date picker with 24 Hours Format, Every thing was fine until I want to disable a rang of times: ` $('#txtNightOverNightShiftStartTime').timepicker({ 'disableTimeRanges': [ ['6:01', '16:59'] ]...

Thank you for the wonderful plugin. But I found that the time selection [relevant to the typed text] is not happening in Android. Attaching the screenshot to explain the same....

bug

Trying to use this in an MVC project. It works with the defaults but adding any options causes it to either not work at all or the options used are...

setTime does not change time when 'forceRoundTime': true when minutes are more than 59 eg: 7:70pm

If timepicker configuration includes a couple of none options and a MinDate, when clicking on the input field, the dropdown will scroll down to and just show the last NoneOption...

I have the option 24:00:00 in the dropdown selection. However I am not able to set the value to 24:00:00 programmatically on click of a button. **Note:** Using v1.4.6 I...

Hi sir, DisableTimeRange is not working if DisableTimeRange less than minTime. ``` $('.timepicker').timepicker({ 'timeFormat': 'h:i A', 'minTime' : "11:30 am", 'step': '30', 'disableTimeRanges': [['10am', '11am']] }); ``` Please find it...

It should be possible to provide time intervals for the option disableTimeRanges that include the 24:00 (12am) selection. Currently it is not possible to disable this selection.

bug

When option is selected by clicking, the `hideTimepicker` event will fire before the dropdown is actually closed, as seen here: https://github.com/jonthornton/jquery-timepicker/blob/99f3247977074da1d2ea37148b512e080304b5c8/jquery.timepicker.js#L721-L728 However when using api method `hide`, the same event...