date_default_timezone_object in includes/date.inc
Returns a timezone object for the default timezone.
date_default_value_part in modules/date/date.elements.inc
Helper function for the date default value callback to set either 'value' or 'value2' to its default value.
_date_element_info in modules/date/date.elements.inc
Implements hook_element_info().
date_field_widget_form in modules/date/date.field.inc
Implementation of hook_field_widget_form().
date_formatter_process in modules/date/date.module
Helper function for creating formatted date arrays from a formatter.
date_get_timezone in includes/date.inc
Function to figure out which local timezone applies to a date and select it.
date_get_timezone_db in includes/date.inc
Function to figure out which DB timezone applies to a date.
date_sql_handler::arg_range in 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::__construct in modules/date/views/date_sql_handler.inc
The object constuctor.
date_sql_handler::sql_where_date in modules/date/views/date_sql_handler.inc
Creates a where clause to compare a complete date field to a date value.
DateThemeTestCase::testDateDisplayCombination in modules/date/tests/date_themes.test
Test date_display_combination theme function.
date_views_argument_handler::get_query_fields in 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 modules/date/views/date_views_filter_handler.inc
date_views_filter_handler_simple::op_between in modules/date/views/date_views_filter_handler_simple.inc
date_views_filter_handler_simple::op_contains in modules/date/views/date_views_filter_handler_simple.inc
date_views_filter_handler_simple::op_simple in modules/date/views/date_views_filter_handler_simple.inc
date_views_set_timezone in modules/date/views/date.views.inc
Central function for setting up the right timezone values.