You are here

function views_ical_date_format_types in Views iCal 7

Implements hook_date_format_types().

File

./views_ical.module, line 7

Code

function views_ical_date_format_types() {

  // Define iCal date format type.
  return array(
    'ical' => t('iCal'),
  );
}