function system_date_format_types

Implements hook_date_format_types().

File

modules/system/system.module, line 3619

Code

function system_date_format_types() {
    return array(
        'long' => t('Long'),
        'medium' => t('Medium'),
        'short' => t('Short'),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.