date_popup_library_info |
core/modules/date/date.module |
Implements hook_library_info(). |
date_popup_validate |
core/modules/date/date.elements.inc |
Massage the input values back into a single date. |
date_prepare_entity |
core/modules/date/date.module |
Helper function to adapt entity date fields to formatter settings. |
date_preprocess_views_view |
core/modules/date/date.theme.inc |
Implements template_preprocess_views_view(). |
date_process_values |
core/modules/date/date.module |
Helper function to create an array of the date values in a field that need to be processed. |
date_range_string |
core/includes/date.inc |
Converts a min and max year into a string like '-3:+1'. |
date_range_valid |
core/includes/date.inc |
Tests validity of a date range string. |
date_range_years |
core/includes/date.inc |
Splits a string like -3:+3 or 2001:2010 into an array of start and end years. |
date_seconds |
core/includes/date.inc |
Constructs an array of seconds. |
date_select_element_process |
core/modules/date/date.elements.inc |
Flexible date/time drop-down selector. |
date_select_element_value_callback |
core/modules/date/date.elements.inc |
Element value callback for date_select element. |
date_select_input_date |
core/modules/date/date.elements.inc |
Helper function for creating a date object out of user input. |
date_select_validate |
core/modules/date/date.elements.inc |
Validation function for date selector. |
date_sql_handler::arg_granularity |
core/modules/date/views/date_sql_handler.inc |
Granularity arguments handler. |
date_sql_handler::arg_parts |
core/modules/date/views/date_sql_handler.inc |
Parse date parts from an ISO date argument. |
date_sql_handler::arg_range |
core/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::arg_replace |
core/modules/date/views/date_sql_handler.inc |
Convert strings like '+1 day' to the ISO equivalent, like 'P1D' . |
date_sql_handler::complete_date |
core/modules/date/views/date_sql_handler.inc |
Create a complete date/time value out of an incomplete array of values. |
date_sql_handler::date_parts |
core/modules/date/views/date_sql_handler.inc |
An array of all date parts,
optionally limited to an array of allowed parts. |
date_sql_handler::db_tz_support |
core/modules/date/views/date_sql_handler.inc |
See if the db has timezone name support. |
date_sql_handler::format_help |
core/modules/date/views/date_sql_handler.inc |
Converts a format string into help text, i.e. 'Y-m-d' becomes 'YYYY-MM-DD'. |
date_sql_handler::get_offset |
core/modules/date/views/date_sql_handler.inc |
Return timezone offset for the date being processed. |
date_sql_handler::granularity_form |
core/modules/date/views/date_sql_handler.inc |
@todo. |
date_sql_handler::part_info |
core/modules/date/views/date_sql_handler.inc |
Part information. |
date_sql_handler::part_is_valid |
core/modules/date/views/date_sql_handler.inc |
A function to test the validity of various date parts. |
date_sql_handler::set_db_timezone |
core/modules/date/views/date_sql_handler.inc |
Set the database timezone offset. |
date_sql_handler::sql_date_math |
core/modules/date/views/date_sql_handler.inc |
Adjusts a field value by time interval. |
date_sql_handler::sql_extract |
core/modules/date/views/date_sql_handler.inc |
Helper function to create cross-database SQL date extraction. |
date_sql_handler::sql_field |
core/modules/date/views/date_sql_handler.inc |
Helper function to create cross-database SQL dates. |
date_sql_handler::sql_format |
core/modules/date/views/date_sql_handler.inc |
Helper function to create cross-database SQL date formatting. |
date_sql_handler::sql_offset |
core/modules/date/views/date_sql_handler.inc |
Adjust a field value by an offset in seconds. |
date_sql_handler::sql_tz |
core/modules/date/views/date_sql_handler.inc |
Select a date value from the database, adjusting the value
for the timezone. |
date_sql_handler::sql_where_date |
core/modules/date/views/date_sql_handler.inc |
Creates a where clause to compare a complete date field to a date value. |
date_sql_handler::sql_where_extract |
core/modules/date/views/date_sql_handler.inc |
Creates a where clause comparing an extracted date part to an integer. |
date_sql_handler::sql_where_format |
core/modules/date/views/date_sql_handler.inc |
Create a where clause to compare a formatted field to a formatted value. |
date_sql_handler::views_formats |
core/modules/date/views/date_sql_handler.inc |
@todo. |
date_sql_handler::__construct |
core/modules/date/views/date_sql_handler.inc |
The object constructor. |
date_text_element_process |
core/modules/date/date.elements.inc |
Text date input form. |
date_text_element_value_callback |
core/modules/date/date.elements.inc |
Element value callback for date_text element. |
date_text_input_date |
core/modules/date/date.elements.inc |
Helper function for creating a date object out of user input. |
date_text_validate |
core/modules/date/date.elements.inc |
Validation for text input. |
date_theme |
core/modules/date/date.module |
Implements hook_theme(). |
date_timezone_abbr |
core/includes/date.inc |
Returns an array of system-allowed timezone abbreviations. |
date_timezone_element_process |
core/modules/date/date.elements.inc |
Creates a timezone form element. |
date_timezone_element_value_callback |
core/modules/date/date.elements.inc |
Element value callback for date_timezone element. |
date_timezone_handling_options |
core/modules/date/date.admin.inc |
Timezone handling options. |
date_timezone_is_valid |
core/includes/date.inc |
Determines if a timezone string is valid. |
date_timezone_names |
core/includes/date.inc |
Returns a translated array of timezone names. |
date_timezone_validate |
core/modules/date/date.elements.inc |
Validation for timezone input. |
date_tokens |
core/modules/date/date.tokens.inc |
Implements hook_tokens(). |