You are here

public function date_views_filter_handler_simple::validate_valid_time in Date 7.2

Same name and namespace in other branches
  1. 8 date_views/includes/date_views_filter_handler_simple.inc \date_views_filter_handler_simple::validate_valid_time()
  2. 7.3 date_views/includes/date_views_filter_handler_simple.inc \date_views_filter_handler_simple::validate_valid_time()

Validate that the time values convert to something usable.

Overrides views_handler_filter_date::validate_valid_time

File

date_views/includes/date_views_filter_handler_simple.inc, line 649
A standard Views filter for a single date field.

Class

date_views_filter_handler_simple
A standard Views filter for a single date field.

Code

public function validate_valid_time(&$form, $operator, $value) {

  // Override the core date filter validation.
  // Our date widgets do their own validation.
}