Feature proposal #2774
closedDatetime drop-down calendar time selection
Description
Would be neat to have the option to select Time in addition to the date via the drop-downs or at very least through the calendar pop-up (many jquery options available for this). This would only be necessary on fields that support time such as Last Online field as well as the API be used by other plugins to provide a single datetime select solution.
Updated by beat almost 13 years ago
- Target version changed from CB 1.8 to CB 2.1
Updated by krileon about 11 years ago
- Status changed from New to Resolved
- Assignee set to krileon
- Target version changed from CB 2.1 to CB 2.0.0
- % Done changed from 0 to 100
Instead of implementing dropdown usage a new popup calendar usage has been implemented that is powered by datetimepicker plugin below.
http://trentrichardson.com/examples/timepicker/
This has dropdowns built into the popup for month, year, hours, and minutes. It however stores formatted to a compact text field. This keeps design small with great usability as the dropdowns consume too much space.