You are here

function weather_date_format_types in Weather 7.3

Same name and namespace in other branches
  1. 7.2 weather.module \weather_date_format_types()

Implements hook_date_format_types().

File

./weather.module, line 605
Display current weather data from many places in the world.

Code

function weather_date_format_types() {
  return array(
    'weather' => t('Weather'),
  );
}