You are here

function panopoly_core_date_format_types in Panopoly Core 7

Implements hook_date_format_types()

File

./panopoly_core.module, line 249

Code

function panopoly_core_date_format_types() {
  return array(
    'panopoly_time' => t('Time'),
    'panopoly_day' => t('Day'),
  );
}