jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
Adds a timepicker to jQueryUI Datepicker
I've just installled this add-on, and it works very well. I have a UI issue where the hour and minute slider extend beyond the calendar dialog. Has anyone else seen...
Minimum hour will still be 15, even after the second call to minTime. Tested with the current dev version from Github. ``` html $(function() { $('#test').timepicker({ stepMinute: 10, minuteGrid: 10,...
Repeatedly setting minTime and maxTime options not working. It works for only once. How to set minTime 9:00 am and after that set it again as 8:00 am ? Do...
When initializing datetimepicker with, let's say _stepMinute:15_, clicking on _NOW_ button sets time in the past. _datetimepicker({ controlType: 'select', oneLine: true, timeFormat: 'hh:mm TT z', stepMinute: 15_ (e.g. it's 09:23,...
Hi, is there a way to allow time ranges on specific dates? My current usecase is a restaurant, which wants to block timeslots in its reserveration form on individual dates,...
I was trying to make one datetimepicker update in response to another, so that they'd always show the same time. So each of them had an onChange event that checked...
As JS, this is what I have: `../wp-includes/js/jquery/jquery.js?ver=1.12.4` `..wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4` `../plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.css?ver=4.7.5` Then: ``` jQuery(window).load(function () { jQuery('#res_date').datetimepicker(); }); ``` Finally, my shortcode in the form: `[datetime your-date id:res_date date-format:dd/mm/yyyy time-format:HH:mm first-day:1...
In the looseParse method, a fake date is used : first january of 2012 ``` javascript var d = new Date('2012-01-01 '+ s); ``` However if I want to parse...
Hello, I noticed a bug where when you have a date range set (min and max days), on the last date of the range you cannot choose a time. Basically...
Hi Sir, We are using the date timepicker addon and only in the chinese application it is giving unusual behavior. When putting any time >1 the time format changes from...