Date Popup Timepicker

Component ID

2425879

Component name

Date Popup Timepicker

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

11791

Component created

Component changed

Component body

The Date Popup Timepicker module adds more timepicker options for elements of date_popup type and date_popup widgets for date fields provided by the Date module. The only available option for now is jQuery UI Timepicker (By François Gélinas) timepicker library, and provided widget looks very similar to core's jQuery UI Datepicker widget shipped with Drupal core and utilized by the Date module.

Though module provides only one timepicker option for now, it's actually possible to add support for more plugins - feel free to post your feature requests about new timepicker plugins support.

date_popup


REQUIREMENTS
------------

This module requires the following modules:
* Chaos tool suite (ctools) (it's most likely that you already have it installed, for example, as dependency for Views)
* Date Popup, part of the Date module
* Libraries

INSTALLATION
------------

* Download jQuery UI Timepicker (By François Gélinas) library from https://fgelinas.com/code/timepicker/#get_timepicker and put its content to timepicker directory inside libraries directory (usually sites/all/libraries) so you should have sites/all/libraries/timepicker directory and jquery.ui.timepicker.js and jquery.ui.timepicker.css in it.

See https://www.drupal.org/node/1440066 for more details.

* Install as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-7 for further information.

CONFIGURATION
-------------

* Choose jQuery UI Timepicker option in Configuration » Date API » Date Popup

* If used with Date fields, adjust plugin settings on field settings form if needed.

Created by ADCI Solutions team.