This module extends the date_popup module (from the date project) to provide a JQuery UI inline datepicker, rather than a popup out of a textfield. For an example of this see http://jqueryui.com/demos/datepicker/#inline
There are 3 ways to use this module.
- Using the Views filter handler for Date filters.
- Using the Form API, by setting
#typeto "datepicker", eg
$form['date'] = array( '#type' => 'datepicker', '#date_format' => 'd/m/Y', ); - Using the datepicker_block submodule, which provides a block that can be used to filter another view. This module will simply submit a $_GET variable to an internal Drupal path, for example submit might take you to http://example.com/events?date_filter[value][date]=2012-06-20
Requirements
- Date Popup (from the date project)
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.2,620 sites report using this module
- Created by mstrelan on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.

