You are here

20 uses of DATE_DATETIME in Date 6

DateAPI::testDateAPI in tests/date_api.test
date_api_fields in ./date_api.views.inc
Identify all potential date/timestamp fields.
date_api_ical_build_rrule in ./date_api_ical.inc
Build an iCal RULE from $form_values.
date_combo_validate in date/date_elements.inc
Validate and update a combo element. Don't try this if there were errors before reaching this point.
date_convert in ./date_api.module
Date conversion helper function.
date_convert_from_custom in ./date_api_elements.inc
Convert a date input in a custom format to a standard date type
date_copy_convert_events in date_copy/date_copy.module
date_is_valid in ./date_api.module
Functions to test the validity of a date in various formats. Has special case for ISO dates and arrays which can be missing month and day and still be valid.
date_local_date in date/date_elements.inc
Create local date object.
date_make_date in ./date_api.module
Convert a date of any type or an array of date parts into a valid date object.
date_part_extract in ./date_api.module
Extract integer value of any date part from any type of date.
date_popup_input_value in date_popup/date_popup.module
Helper function for extracting a date value out of user input.
date_popup_process in date_popup/date_popup.module
Javascript popup element processing. Add popup attributes to $element.
date_select_input_value in ./date_api_elements.inc
Helper function for extracting a date value out of user input.
date_sql_handler::sql_field in ./date_api_sql.inc
Helper function to create cross-database SQL dates.
date_sql_handler::sql_where_date in ./date_api_sql.inc
Create a where clause to compare a complete date field to a complete date value.
date_text_input_value in ./date_api_elements.inc
Helper function for extracting a date value out of user input.
date_text_process in ./date_api_elements.inc
Text date input form.
date_type_format in ./date_api.module
Helper function for getting the format string for a date type.
_date_repeat_widget_validate in date/date_repeat.inc
Validation for date repeat form element.