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 have added a custom clear button to my datetimepicker using some code like this: ``` $( "#mydatefield" ).datetimepicker({ dateFormat: "dd/mm/yy", timeFormat: "h:mmtt", beforeShow: function( input ) { setTimeout(function() {...

The translation for "timezoneText" on Spanish read "Uso horario". Besides this being a typo (right expression is "Huso horario"), the expression "Zona horaria" is much more common.

The "currentText" translation in Spanish read "Hoy", which means "Today" (as it is on standard datepicker by default). It has been corrected to "Ahora" ("Now") following the pattern described on...

Hello, How to disable some time ranges, for example 0am to 7am and 11am to 1pm? Thanks

I want to highlight events date but on the options I don't any to use. datepicker have beforeShowDay that I can use.

Hi guys, I have a datepicker and timepicker. When I set the datepicker is today, the timepicker should be greater than current time (It's worked right now). But when I...

On version 1.6.3, when using Safari, after a date/time is set, if we go back to edit the value manually instead of choosing from the date/time picker, the input field...

Just downloaded latest JS (11/2015), plopped in exactly the example code as given: ``` var startTimeTextBox = $('#deliverytime_start'); var endTimeTextBox = $('#deliverytime_end'); $.timepicker.timeRange( startTimeTextBox, endTimeTextBox, { minInterval: (1000*60*60), // 1hr...

When using with modal and both date and time mode is enabled timepicker doesn't opening. I am working with Mozila Firefox.