14 calls to date_format_date() in Date 7
- DateAPITestCase::testDateAPI in tests/
date_api.test - date_entity_metadata_struct_getter in ./
date.module - Getter callback to return date values as datestamp in UTC.
- date_formatter_process in ./
date.module - Helper function for creating formatted date arrays from a formatter.
- date_popup_process_date in date_popup/
date_popup.module - Process the date portion of the element.
- date_popup_process_time in date_popup/
date_popup.module - Process the time portion of the element.
- date_repeat_rrule_description in date_repeat/
date_repeat.module - Build a description of an iCal rule.
- date_token_values in ./
date_token.inc - date_views_argument_handler::summary_argument in date_views/
includes/ date_views_argument_handler.inc - Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->get_url().
- date_views_argument_handler::summary_name in date_views/
includes/ date_views_argument_handler.inc - Provide a link to the next level of the view from the summary.
- date_views_argument_handler::title in date_views/
includes/ date_views_argument_handler.inc - Provide a link to the next level of the view from the argument.
- theme_date_all_day in ./
date.theme - Adjust from/to date format to account for 'all day' .
- theme_date_calendar_day in date_api/
theme/ theme.inc - Theme for a date block that looks like a mini calendar day. Pass in a date object already set to the right timezone, format as a calendar page date. The calendar styling is created in css.
- theme_date_nav_title in date_views/
theme/ theme.inc - Theme the calendar title
- _date_field_widget_settings_form in ./
date_admin.inc