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

I found that the virtual alignment between the labels and controls was off. I added this css to get nicer alignment. Am I doing it wrong? .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {...

Hello there! Lets imagine I have 2 inputs fields using the datetimepicker. One field is the start and the other the end field. Both fields can be changed without the...

My project has used jquery 2.1.4. Now I want to import this plugin and it shows some errors, and I cannot fix it. Did anyone meet this problem?

onSelect function is not called when timeInput is set to true & time is changed through direct input

error: ``` Uncaught TypeError: Cannot set property 'parseDateTime' of undefined ``` Downgrade works for me: - jquery from 3.x.x to 1.11.1 - jquery-ui from 1.12.1 to 1.10.4

I have a date / time field with a format similar to this: 2018-06-26 15:27:00 The seconds will always be 00. My issue is when I want to edit the...

when i edit a date i set min/seconds/milliseconds with values but when i want to create a new date, i still got the old values. I reset them with :...

How could i add on keyup event on the myControl function (see example with inputs) : http://trentrichardson.com/examples/timepicker/. I would like by entering 20 in time input, it changes immediately.

I have a datetimepicker: ``` javascript $("#editnewsitem #from_picker").datetimepicker({ dateFormat: "dd-mm-yy", timeFormat: "hh:mm", stepMinute: 5, useLocalTimezone: false, defaultTimezone: '+0000' }); ``` Which I at some point want to set to a...

in datetimepicker hour, minute, second show dropdown list instead slider? how can i fix this problem?