You are here

function date_api_filter_handler::has_extra_options in Date 6.2

Same name and namespace in other branches
  1. 6 date_api.views.inc \date_api_filter_handler::has_extra_options()

Set the granularity of the date parts to use in the filter.

File

includes/date_api_filter_handler.inc, line 102
Date Views filter handler.

Class

date_api_filter_handler
A flexible, configurable date filter.

Code

function has_extra_options() {
  return TRUE;
}