You are here

25 uses of DATE_FORMAT_DATETIME in Date 7

DateObject::__construct in date_api/date_api.module
Overridden constructor.
DateObject::__toString in date_api/date_api.module
date_default_date in date_api/date_api_elements.inc
Create a date object from a datetime string value.
date_devel_generate in ./date.devel_generate.inc
Implementation of Devel module's hook_content_generate().
date_field_all_day in ./date.module
Determine if a from/to date combination qualify as 'All day'.
date_field_widget_form in ./date_elements.inc
Private implementation of hook_widget().
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
Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
date_local_date in ./date_elements.inc
Create local date object.
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.inc
Helper function to build repeating dates from a $node_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_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
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 date_api/date_api_sql.inc
Create a where clause to compare a complete date field to a complete 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::query in date_views/includes/date_views_argument_handler.inc
Set up the query for this argument.
date_views_filter_handler::date_filter in date_views/includes/date_views_filter_handler.inc
theme_date_time_ago in date_api/theme/theme.inc
_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.