You are here

function merci_hours_date_element_validate in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Validate callback for date form elements with #work_calendar.

Check the date is a open day in the in the work calendar.

1 string reference to 'merci_hours_date_element_validate'
merci_hours_date_popup_process_alter in merci_hours/merci_hours.module
Implements hook_date_popup_process_alter().

File

merci_hours/merci_hours.module, line 317

Code

function merci_hours_date_element_validate($element, &$form_state, $form) {
}