You are here

function date_ap_style_views_api in AP Style Date 7

Implements hook_views_api().

File

./date_ap_style.module, line 72
Formats dates and times to use "AP" Style.

Code

function date_ap_style_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'date_ap_style'),
  );
}