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've installed the add-on and everything is working GREAT with a mouse. I then added the UI Sliders and Touch Accessibility and the sliders work perfect with touch. However, using...

When the input value is a JSON date string(e.g. 2017-11-09T08:00:00.000Z), the datetime picker cannot support. Please add this feature. Thanks!

Hi, There is a Datepicker on angular-ui (http://angular-ui.github.com/) which uses Jquery-ui datepicker. I would like to know if it is possible to add your timepicker addon in there?

Could we support the customize "timeFormat" feature? For example: { timeFormat: "HH:mm t.t." } I want the output string: 12:00 a.m. or { timeFormat: "HH:mm T.T." } I want the...

I am trying to extend all Inputs having type=data like so: $(document).ready(function (){$('[type=date]').datetimepicker(); This works great. having multiple date - and timefileds in a list on the same page i...

Using MS Edge browser (IE11, Chrome, FF all are OK) visit this example: http://trentrichardson.com/examples/timepicker/ use the example with the label "Add only a timepicker:" and hand type in a time...

I have a few forms for picking a date where the time part is disabled and this works fine if a day is picked from the calendar, but when selecting...

I want to close interface after select a date, using onSelect for a while I use this ``` $('#datetime').datetimepicker({ onSelect: function (datepickerInstance){ $('#ui-datepicker-div').hide(); }}); ```

Is it possible to calculate the UTC time from a client as well ? As you can get the current time I would believe that getting the UTC also would...

Hello I´m using last version of Timepicker Addon (v1.6.3), and I want to hide some controls from DateTimePicker such as milliseconds, seconds, microseconds and timezone. However, I cannot hide it...