New DateTimePicker features & new stand-alone Timepicker
DateTimePicker now includes some new features that has been requested:
- 12h & 24h time format
- support for increments
- alternate time field
- and some bug fixes
Stand-alone Timepicker
Some guys requested stand-alone timepicker so I have been working on this. It is modified ui.datepicker.js script from jQuery UI.
There is no documentation yet, but you can check the demo page which includes the download link.


Thanks for the great tools!
I notice that in ie 6 the stand-alone timepicker will expand wide the whole screen unlike the datetimepicker. How can I fix this?
TQ.
The stand alone timepicker is pretty neat, but I noticed that the time is not actually saved if the user clicks on a random spot outside of the picker, rather than 'Done'. Besides this, it's an awesome addition!
That is actually intended feature :)
Would it be possible to option-ize that, so that we can choose whether or not it should keep the old time or use the current time when a user clicks outside?