- DateThemeTestCase::testDateDisplayCombination in core/
modules/ date/ tests/ date_themes.test - Test date_display_combination theme function.
- date_default_timezone_object in core/
includes/ date.inc - Returns a timezone object for the default timezone.
- date_default_value_part in core/
modules/ date/ date.elements.inc - Helper function for the date default value callback to set either 'value' or 'value2' to its default value.
- date_formatter_process in core/
modules/ date/ date.module - Helper function for creating formatted date arrays from a formatter.
- date_get_timezone in core/
includes/ date.inc - Function to figure out which local timezone applies to a date and select it.
- date_get_timezone_db in core/
includes/ date.inc - Function to figure out which DB timezone applies to a date.
- date_sql_handler::arg_range in core/
modules/ date/ views/ date_sql_handler.inc - Use the parsed values from the ISO argument to determine the min and max date for this period.
- date_sql_handler::sql_where_date in core/
modules/ date/ views/ date_sql_handler.inc - Creates a where clause to compare a complete date field to a date value.
- date_sql_handler::__construct in core/
modules/ date/ views/ date_sql_handler.inc - The object constructor.
- date_views_argument_handler::get_query_fields in core/
modules/ date/ views/ date_views_argument_handler.inc - Collect information about our fields we will need to create the right query.
- date_views_filter_handler::get_query_fields in core/
modules/ date/ views/ date_views_filter_handler.inc - date_views_filter_handler_simple::op_between in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - date_views_filter_handler_simple::op_contains in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - date_views_filter_handler_simple::op_simple in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - date_views_set_timezone in core/
modules/ date/ views/ date.views.inc - Central function for setting up the right timezone values.
- _date_default_field_widget_form in core/
modules/ date/ date.elements.inc - Helper for the default widget form.
- _date_element_info in core/
modules/ date/ date.elements.inc - Implements hook_element_info().