function theme_date_part_label_month in Date 6.2
Same name and namespace in other branches
- 5.2 date_api_elements.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
- theme/
theme.inc, line 355 - Theme functions for Date.
Code
function theme_date_part_label_month($part_type, $element) {
return date_t('Month', 'datetime');
}