jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Adds a timepicker to jQueryUI Datepicker

Results 100 jQuery-Timepicker-Addon issues
Sort by recently updated
recently updated
newest added
trafficstars

If my input control has no time value, and I invoke the time picker, the time picker dialog actually shows 00:00. If all I do is click done the picker...

Hi richardson, all my records are stored in EDT/EST time. when i retrieve from DB by default it will be from EDT. How can i retrieve data from DB with...

Clicking on "Now" automatically resets timezone to a system one. Wouldn't it be better to leave a timezone intact and recalculate time according to what it is at the set...

If I clone an input, the timepicker gets cloned as well but the data refers to the initial element. So, when I try and select the timepicker on the clone,...

0 down vote favorite If 2 months are shown using Jquery UI datepicker for both depart and return date e.g. March , April and if depart date is selected as...

Ive got some Problems with the Datetimepicker, everytime i select a date .. it delays with like 1 second and i get error messages in visual studio (watch here: ![grafik](https://cloud.githubusercontent.com/assets/26429613/23939618/dfede5bc-0961-11e7-9143-db57f62e9087.png)...

"Hours" which is specified in property of defaultValue is ignored and returns "0" when he clicks a component and a calendar is displayed, on condition that timeFormat property is only...

I am using this library for timepicker and I have to set minimum start time and minutes, If I am using hour then it works at the time of open...

Hello, after setting the options 'altFormat' & 'altTimeFormat' there runs no update for the visualisation. ``` obj.datetimepicker('option', { 'altFormat': 'yy-mm-dd', 'altTimeFormat': 'hh:mm' }); ``` Is this normal or maybe an...

I have a problem with dynamic population of datetimepicker with avaliable days, and hour related to chosen day. I`m using ajax call with onSelect event to set the properties. Everything...