jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
Adds a timepicker to jQueryUI Datepicker
I see datepicker and the "now" and "done" buttons, but no timepicker. this happens whether I call datetimepicker() or timepicker().
Enabling the time portion of the datetime string to be on the left hand side as per issue #777
It would be nice to have an option to put the time first and the date after it.
Hello, Are you planing to update the plugin to support jQuery UI 1.12? For example buttonset widget (used by jQuery-SliderAccess) has been deprecated in favor of controlgroup. Thanks in advance!
It would be a nifty feature if one could use [spinners](https://jqueryui.com/spinner/) instead of sliders or dropdowns.
The reason I'm asking is because at first glance it looks like you can but then it does not seem to work quite right. Instead of showing 00 and 30...
1) Set a maxDate of 0 or new Date() is set in the datetimepicker options 2) Press "now" button !3) Now button does not set time to the current time,...
My issue is basically the following, I'm using the timepicker to select an interval to show coordinates on the map - as usual the present time is going to be...
This fixes an issue we saw where pressing the "now" button multiple times causes the timezone to shift to an incorrect value.
I have an input which I have transformed using datetimepicker(), and it looks just fine. All of the inputs are present, things adjust themselves accordingly when I make selections. However,...