26 uses of DATE_FORMAT_DATETIME in Date 7.3
- DateObject::__construct in date_api/
date_api.module  - Constructs a date object.
 - DateObject::__toString in date_api/
date_api.module  - Returns the date object as a string.
 - date_combo_element_process in ./
date_elements.inc  - Process an individual date element.
 - date_context_date_condition::execute in date_context/
plugins/ date_context_date_condition.inc  - date_default_date in date_api/
date_api_elements.inc  - Create a date object from a datetime string value.
 - date_default_value_part in ./
date_elements.inc  - Default value callback to set either 'value', 'value2' to its default value.
 - date_devel_generate in ./
date.devel_generate.inc  - Implements hook_devel_generate().
 - date_formatter_process in ./
date.module  - Helper function for creating formatted date arrays from a formatter.
 - date_ical_parse_duration in date_api/
date_api_ical.inc  - Parses the duration of the event.
 - date_popup_process_time_part in date_popup/
date_popup.module  - Process the time portion of the element.
 - date_popup_validate in date_popup/
date_popup.module  - Massage the input values back into a single date.
 - date_repeat_add_dates in date_repeat/
date_repeat_calc.inc  - Helper function to add found date to the $dates array.
 - date_repeat_build_dates in date_repeat_field/
date_repeat_field.module  - Helper function to build repeating dates from a $node_field.
 - date_repeat_field_date_field_insert in date_repeat_field/
date_repeat_field.devel_generate.inc  - Implements hook_date_field_insert().
 - date_repeat_merge in date_repeat/
date_repeat_form.inc  - Regroup values back into a consistant array, no matter what state it is in.
 - date_repeat_set_month_day in date_repeat/
date_repeat_calc.inc  - Set a date object to a specific day of the month.
 - date_repeat_set_year_day in date_repeat/
date_repeat_calc.inc  - Set a date object to a specific day of the year.
 - date_select_validate in date_api/
date_api_elements.inc  - Validation function for date selector.
 - date_sql_handler::arg_range in date_api/
date_api_sql.inc  - Determine the min and max date for this period.
 - date_sql_handler::sql_where_date in date_api/
date_api_sql.inc  - Creates a where clause to compare a complete date field to a date value.
 - date_text_validate in date_api/
date_api_elements.inc  - Validation for text input.
 - date_type_format in date_api/
date_api.module  - Helper function for getting the format string for a date type.
 - date_views_argument_handler_simple::query in date_views/
includes/ date_views_argument_handler_simple.inc  - Build the query based upon the formula
 - date_views_plugin_pager::query in date_views/
includes/ date_views_plugin_pager.inc  - Modify the query for paging
 - _date_repeat_calc in date_repeat/
date_repeat_calc.inc  - Private implementation of date_repeat_calc().
 - _date_repeat_rrule_process in date_repeat/
date_repeat_form.inc  - Generate the repeat setting form.