Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Integration of Jquery date picker (http://jszen.com/jquery-date-range-picker-plugin.4.html)
To make a date range field type more User Friendly.

Easy to use with Custom form, Here is the way how you can use it,

$form['avaibility'] = array(
    '#type' => 'jdate_picker',
    '#title' => t('Date Fieldset'),
    '#date_format' => 'DD-MM-YYYY',
  );

This module is still progressing, Adding more options to make all the settings configurable on field level.

7.x-1.x
Developed at and Sponsored By Coworks

7.x-2.x (Next Release)

  • Add dependency of date module
  • Provide field widget to enter start and end date so, end date can not be chosen lower than start date.
  • allow to configure available start and end date,
  • allow to configure period to choose start and end date.

Project information