15 uses of DATE_FORMAT_DATETIME in Date 8
- DateiCalParse::parse_duration in date_api/
lib/ Drupal/ date_api/ DateiCalParse.php - Parses the duration of the event.
- DateSqlHandler::arg_parts in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Parse date parts from an ISO date argument.
- DateSqlHandler::arg_range in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Use the parsed values from the ISO argument to determine the min and max date for this period.
- DateSqlHandler::sql_where_date in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Creates a where clause to compare a complete date field to a date value.
- date_all_day_field in date_all_day/
date_all_day.module - Determine if a Start/End date combination qualify as 'All day'.
- 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_value_part in ./
date.module - Helper function for the date default value callback to set either 'value' or 'value2' to its default value.
- date_formatter_process in ./
date.module - Helper function for creating formatted date arrays from a formatter.
- date_repeat_build_dates in date_repeat_field/
date_repeat_field.module - Helper function to build repeating dates from an $entity field.
- 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_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 - Inject a test for valid date range before the regular query. Override the parent query to be able to control the $group.
- date_views_plugin_pager::query in date_views/
includes/ date_views_plugin_pager.inc - Transfer date information from the argument to the view so the pager theme can use it and update the date argument value to whatever is set by the pager.
- _date_repeat_rrule_process in date_repeat/
date_repeat_form.inc - Generate the repeat setting form.