You are here

function date_views_argument_range_handler in Date 5.2

Same name and namespace in other branches
  1. 5 date.module \date_views_argument_range_handler()
1 string reference to 'date_views_argument_range_handler'
_date_views_arguments in date/date_views.inc
Views arguments for Date fields.

File

date/date.module, line 441
Defines date/time field types for the Content Construction Kit (CCK).

Code

function date_views_argument_range_handler($op, &$query, $argtype, $arg = '', $field_type = DATE_ISO) {
  require_once './' . drupal_get_path('module', 'date') . '/date_views.inc';
  return _date_views_argument_range_handler($op, $query, $argtype, $arg, $field_type);
}