1 date_views_filter_handler_simple.inc date_views_filter_handler_simple::validate_valid_time(&$form, $operator, $value)

Validate that the time values convert to something usable.

Overrides views_handler_filter_date::validate_valid_time

File

core/modules/date/views/date_views_filter_handler_simple.inc, line 520
A standard Views filter for a single date field, using Date API form selectors and sql handling.

Class

date_views_filter_handler_simple
@file A standard Views filter for a single date field, using Date API form selectors and sql handling.

Code

function validate_valid_time(&$form, $operator, $value) {
  // Override the core date filter validation.
  // Our date widgets do their own validation.
}