Note: this is not a feature request. It focuses on suggesting and discussing various timepicker solutions out there, so it is set to a misc task instead. It mostly servers as a list of all available alternatives + an announcement board of any progress in each separate issue created for them.
Anyone interested should simply list their suggestion here (preferably by editing and updating the issue's summary) and link to the respective site. They should only start a separate issue for their suggestion if they are prepared to work on it and/or they have code available for testing. If you do start a new issue for a timepicker, then you should:
- set the issue's title to "Alternative timepickers: [name_of_timepicker_goes_here]" for consistency.
- add the "date alternative timepickers" tag to it so we are able to locate related issues easily.
- clearly state that it is not very likely to happen soon while #388762: Alternative timepickers: Make timepicker pluggable is not implemented.
Alternative timepickers
(and respective issues):
- Frank Gelinas's jQuery timepicker, #1240874: Alternative timepickers: Frank Gelinas's timepicker
- #1240636: Alternative timepickers: Use select combo boxes
- ...[add your suggestion here]
Comments
Comment #1
arlinsandbulte commentedComment #1.0
arlinsandbulte commentedfixed my last name spelling.
Comment #2
arlinsandbulte commentedComment #3
mxmilkiib commentedjonthornton/jquery.timepicker, "A jQuery timepicker plugin inspired by Google Calendar."
Comment #4
radimklaskaJust suggesting: Timepicker addon to jQuery UI Datepicker
Author: Trent Richardson
Source: https://github.com/trentrichardson/jQuery-Timepicker-Addon
Documentation: http://trentrichardson.com/examples/timepicker/
Demo: http://trentrichardson.com/examples/timepicker/
There is already simple sandbox project: http://drupal.org/sandbox/wouters_frederik/1679556
Comment #5
johnvhttp://drupal.org/sandbox/Lence/1882066
Comment #6
johnvhttp://fgelinas.com/code/timepicker/ , which is used in the Timefield module.
Comment #6.0
johnvAdded 1240636 to alternative timepicker list.
Comment #7
Lord Pachelbel commentedFor a project I'm building right now I'm using Date fields combined with Date single day and Stanford Date Timepicker. The latter uses the jQuery Timepicker Addon mentioned in comment #4.
And as a bonus, that timepicker's styles match the Date field's datepicker styles.