function date_field_date_field_time_callbacks in Date 8
Implements hook_date_field_time_callbacks().
Returns an array of available callbacks for the time element of the datepicker widget.
File
- date_field/
date_field.module, line 22
Code
function date_field_date_field_time_callbacks() {
return array(
'date_field_all_day_toggle_callback' => t('All day checkbox toggle'),
);
}