date_format_patterns |
includes/date.inc |
Constructs an array of regex replacement strings for date format elements. |
date_formatter_format |
modules/date/date.module |
Retrieve a date format string from formatter settings. |
date_formatter_process |
modules/date/date.module |
Helper function for creating formatted date arrays from a formatter. |
date_format_type_format |
modules/date/date.module |
Helper function to get the right date format for a format type. |
date_format_type_options |
modules/date/date.module |
Creates an array of date format types for use as an options list. |
date_form_field_ui_field_edit_form_alter |
modules/date/date.module |
Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form(). |
date_form_views_ui_edit_form_alter |
modules/date/date.module |
Implements hook_form_FORM_ID_alter() for views_ui_edit_form(). |
date_get_timezone |
includes/date.inc |
Function to figure out which local timezone applies to a date and select it. |
date_get_timezone_db |
includes/date.inc |
Function to figure out which DB timezone applies to a date. |
date_granularity |
modules/date/date.module |
Retrieves the granularity for a field. |
date_granularity_array_from_precision |
includes/date.inc |
Constructs an array of granularity based on a given precision. |
date_granularity_names |
includes/date.inc |
Constructs an array of granularity options and their labels. |
date_granularity_precision |
includes/date.inc |
Give a granularity array, return the highest precision. |
date_granularity_sorted |
includes/date.inc |
Sorts a granularity array. |
date_has_date |
includes/date.inc |
Determines if the granularity contains a date portion. |
date_has_time |
includes/date.inc |
Determines if the granularity contains a time portion. |
date_hidden_element |
modules/date/date.elements.inc |
Determines if the date element needs to be processed. |
date_hours |
includes/date.inc |
Constructs an array of hours. |
date_increment_round |
includes/date.inc |
Helper function to round minutes and seconds to requested value. |
date_input_date |
modules/date/date.module |
Wrapper function around each of the widget types for creating a date object. |
date_input_format |
modules/date/date.elements.inc |
Determine the input format for this element. |
date_interval_formatter_settings_form |
modules/date/date.admin.inc |
Settings for the interval formatter. |
date_interval_formatter_settings_summary |
modules/date/date.admin.inc |
Settings summary for the interval formatter. |
date_is_all_day |
includes/date.inc |
Determine if a start/end date combination qualify as 'All day'. |
date_is_date |
includes/date.inc |
Determines if a date object is valid. |
date_iso_week_range |
includes/date.inc |
Calculates the start and end dates for an ISO week. |
date_iso_weeks_in_year |
includes/date.inc |
Identifies the number of ISO weeks in a year for a date. |
date_limit_format |
includes/date.inc |
Limits a date format to include only elements from a given granularity array. |
date_local_date |
modules/date/date.elements.inc |
Create local date object. |
date_make_iso_valid |
includes/date.inc |
Replace specific ISO values using patterns. |
date_menu |
modules/date/date.module |
Implements hook_menu(). |
date_minutes |
includes/date.inc |
Constructs an array of minutes. |
date_month_names |
includes/date.inc |
Returns a translated array of month names. |
date_month_names_abbr |
includes/date.inc |
Constructs a translated array of month name abbreviations. |
date_month_names_untranslated |
includes/date.inc |
Constructs an untranslated array of month names. |
date_nongranularity |
includes/date.inc |
Strips out unwanted granularity elements. |
date_now |
includes/date.inc |
A date object for the current time. |
date_pad |
includes/date.inc |
Helper function to left pad date parts with zeros. |
date_pager_url |
modules/date/views/date.views.inc |
Format links correctly for the new Date pager. |
date_part_format |
includes/date.inc |
Helper function to get a format for a specific part of a date field. |
date_parts_element |
modules/date/date.elements.inc |
Creates form elements for one or more date parts. |
_date_popup_date_format |
modules/date/date.elements.inc |
Date popup date format. |
_date_popup_date_granularity |
modules/date/date.elements.inc |
Date popup date granularity. |
_date_popup_datepicker_format_replacements |
modules/date/date.elements.inc |
The format replacement patterns for the new datepicker. |
date_popup_element_process |
modules/date/date.elements.inc |
Javascript popup element processing. |
date_popup_element_value_callback |
modules/date/date.elements.inc |
Element value callback for date_popup element. |
_date_popup_format_to_popup |
modules/date/date.elements.inc |
Recreate a date format string so it has the values popup expects. |
_date_popup_format_to_popup_time |
modules/date/date.elements.inc |
Recreate a time format string so it has the values popup expects. |
date_popup_input_date |
modules/date/date.elements.inc |
Helper function for extracting a date value out of user input. |
date_popup_library_info |
modules/date/date.module |
Implements hook_library_info(). |