Provides an MultipleDatePickerField for managing and saving a string of multiple dates into a text field
Provides an MultipleDatePickerField for managing and saving a string of multiple dates into a text field. Integrates jQuery MDP plugin, a plugin that enables jQuery UI calendar to manage multiple dates. See demo of the javascript interface & configuration options.
Event Model
class Event extends DataObject {
static $db = array(
'Dates' => 'Text'
);
}
Formfield Instantiation:
$md = new MultiDateField('Dates');
$md->setConfig('dateformat', 'dd-MM-yyyy');
$md->setConfig('showcalendar', true);
$md->setConfig('separator',' & ');
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem