You are here

function views_ical_date_formats in Views iCal 7

Implements hook_date_formats().

File

./views_ical.module, line 17

Code

function views_ical_date_formats() {
  return array(
    array(
      'type' => 'ical',
      'format' => 'Ymd\\THi\\0\\0\\Z',
      'locales' => array(),
    ),
  );
}