jQuery Timepicker Addon 1.0.2 is now available. This release brings a ton of updates. I would like to say thank you to everyone who has participated! Here is a rundown of a few of the major changes:
- Various documentation and example updates.
- Fix bug with am/pm parsing/formatting.
- Added 30 and 45 minute timezone offsets.
- Added timezone abbreviation support (for non-numeric offsets: CST, EST, etc..)
- Rework min/maxDate, fixes various bugs
- Added Bulgarian localization
- Added Ukrainian localization
- Added defaultValue option
- Updated date range limits
- Added full altField formatting support with altSeparator and altSuffix
As always you can report bugs and issue pull requests over on Timepicker’s Github page. Enjoy!


3 Responses
fantastik78
Sep 12, 2012Nice job with this timepicker.
Today I start using it but a encountered a problem.
With the version 1.0.2 and 1.0.1 when you use 2 datetimepickers like in the demo page, the hours are removed.
Thanks anyway for the datetimepicker !!!
Alex
Sep 12, 2012nice job! would be great to have time picker also as simple dropdowns like in Google Calendar…:)
trent
Sep 13, 2012fantastik78, I have not seen this issue so far. The demo page seems to properly display and adjust hours. Do you get any errors?
Alex, Yes I agree. At one time some work was done towards this, but during all that there was a major overhaul of the component and scrapped all that work (very unfortunate mistiming). It would be nice to have a dropdown option instead. Another downside however is milliseconds have 1000 units/options + 60sec + 60min + 24hr = 1144 options. But I think it would be worth while.