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 want the user to select an event at 06:00 PM up till 09.00 PM. When an user selects time picker it will start from min time to max time....

Facing 24hrs time format for Germany language. http://jsfiddle.net/rksbala/1xLmnhpq/1/ **Options:** { show2400: true, timeFormat: "H:ia", lang: { am: 'uhr', pm: 'uhr' } } When I selected '05:00uhr' but in the list...

Case in point: I'm using jquery datepicker + jquery-timepicker to set the starting date of a meeting and then I have the end date. I want to show the duration...

enhancement

Hello, First, thanks for the time picker. I will be interested to use this in some of my projects. The only comment I might have is to see the nuget-packaged...

enhancement

Right now, the support for scrollable containers (other than the window) seems lacking. If i have a time picker (open) in a scrollable div and scroll without clicking (trackpad/mouse wheel)...

I see there is a method getSecondsFromMidnight. Would it be possible to add a method setSecondsFromMidnight?

enhancement

I have a case where I'm using timepicker for a duration picker, in seconds up to 15 mins; `` Luckily, step still works when not an integer. This gives me...

enhancement

closeOnWindowScroll did not work for me when the element that scrolls is not the body. It was an easy fix for me, since I have jQuery UI and can use...

bug

I would like to add some options to the end of the times instead of the beginning. Similar to noneOption but perhaps endOption. Just for my own sanity I copied...

enhancement

Hi, i am trying to load again existing timepicker div after some condition is match. but its not loaded... can anyone give some solution abut it.. Thanks...