function theme_date_part_label_month in Date 5.2
Same name and namespace in other branches
- 6.2 theme/theme.inc \theme_date_part_label_month()
- 6 date_api_elements.inc \theme_date_part_label_month()
- 7.3 date_api/theme/theme.inc \theme_date_part_label_month()
- 7 date_api/theme/theme.inc \theme_date_part_label_month()
- 7.2 date_api/theme/theme.inc \theme_date_part_label_month()
File
- ./
date_api_elements.inc, line 762 - Date API elements themes and validation. This file is only included during the edit process to reduce memory usage.
Code
function theme_date_part_label_month($part_type, $element) {
return t('Month');
}