BackdropDateTime::__construct in includes/date.class.inc
Constructs a date object.
BackdropDateTime::__toString in includes/date.class.inc
Returns the date object as a string.
date_combo_element_process in modules/date/date.elements.inc
Process an individual date element.
date_default_date in modules/date/date.elements.inc
Create a date object from a datetime string value.
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_formatter_process in modules/date/date.module
Helper function for creating formatted date arrays from a formatter.
date_popup_validate in modules/date/date.elements.inc
Massage the input values back into a single date.
date_select_validate in modules/date/date.elements.inc
Validation function for date selector.
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::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.
date_text_validate in modules/date/date.elements.inc
Validation for text input.
date_type_format in includes/date.inc
Helper function for getting the format string for a date type.
date_views_argument_handler_simple::query in modules/date/views/date_views_argument_handler_simple.inc
Inject a test for valid date range before the regular query.
date_views_plugin_pager::query in modules/date/views/date_views_plugin_pager.inc
Transfer date information from the argument to the view.