You are here

function date_views_api in Date 6.2

Implementation of hook_views_api().

File

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

Code

function date_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'date'),
  );
}