Version 1.64.2.5.2.85 (checked in on 2009/05/12 at 12:57:45 by karens)
| Name | Description |
|---|---|
| date_ampm | An array of am and pm options. |
| date_api_add_system_javascript | Helper function; add system.js and javascript settings. |
| date_api_date_api_fields | Implementation of hook_date_api_fields(). on behalf of core fields. |
| date_api_date_api_tables | Implement hook_date_api_tables(). |
| date_api_date_formats | Implementation of hook_date_formats(). |
| date_api_date_format_types | Implementation of hook_date_format_types(). |
| date_api_date_time_lookup | Return the date for a given format string via Ajax. |
| date_api_elements | Implementation of hook_elements(). |
| date_api_flush_caches | Implementation of hook_flush_caches(). |
| date_api_form_system_date_time_settings_alter | Implementation of hook_form_alter(). |
| date_api_form_system_modules_alter | Implementation of hook_form_alter(). |
| date_api_init | Implementation of hook_init(). |
| date_api_menu | Implementation of hook_menu(). |
| date_api_menu_alter | Implementation of hook_menu_alter(). |
| date_api_set_db_timezone | Wrapper around date handler setting for timezone. |
| date_api_simpletest | Implementation of hook_simpletest(). |
| date_api_system_modules_submit | Rebuild list of date formats when modules list is saved. |
| date_api_theme | |
| date_api_views_api | Implementation of hook_views_api(). |
| date_api_views_clear | Rebuild the theme registry and all the caches. needed to pick up changes created by updated Views API and other changes to Views definitions. |
| date_api_views_fetch_fields | Wrapper function to make sure this function will always work. |
| date_array | Create an array of values from a date object. Structured like the results of getdate() but not limited to the 32-bit signed range. |
| date_block_identifier | |
| date_convert | Date conversion helper function. |
| date_days | An array of days. |
| date_days_in_month | Identify the number of days in a month for a date. |
| date_days_in_year | Identify the number of days in a year for a date. |
| date_day_of_week | Returns day of week for a given date (0 = Sunday). |
| date_day_of_week_name | Returns translated name of the day of week for a given date. |
| date_default_timezone | A timezone object for the default timezone. |
| date_default_timezone_name | Return a timezone name to use as a default. |
| date_difference | Compute difference between two days using a given measure. |
| date_embed_view | Embed a view using a PHP snippet. |
| date_formats_rebuild | Resets the database cache of date formats, and saves all new date formats to the database. |
| date_format_date | Reworked from Drupal's format_date function to handle pre-1970 and post-2038 dates and accept a date object instead of a timestamp as input. |
| date_format_delete | Delete a date format from the database. |
| date_format_interval | An override for interval formatting that adds past and future context |
| date_format_locale | Get the appropriate date format for a type and locale. |
| date_format_options | Store personalized format options for each user. |
| date_format_order | Convert a format to an ordered array of granularity parts. |
| date_format_patterns | Array of regex replacement strings for date format elements. Used to allow input in custom formats. Based on work done for the Date module by Yves Chedemois (yched). |
| date_format_save | Save a date format to the database. |
| date_format_type_delete | Delete a date format type from the database. |
| date_format_type_save | Save a date format type to the database. |
| date_fuzzy_datetime | Create valid datetime value from incomplete ISO dates or arrays. |
| date_get_format | Get the format details for a particular id. |
| date_get_formats | Get the list of date formats for a particular format length. |
| date_get_format_types | Get the list of available date format types and attributes. |
| date_get_timezone | Function to figure out which local timezone applies to a date and select it |
| date_get_timezone_db | Function to figure out which db timezone applies to a date and select it |
| date_granularity_names | Array of granularity options and their labels |
| date_has_date | |
| date_has_time | Function to figure out if any time data is to be collected or displayed. |
| date_hours | An array of hours. |
| date_iso_array | Create an array of date parts from an ISO date. |
| date_iso_weeks_in_year | Identify the number of ISO weeks in a year for a date. |
| date_is_valid | Functions to test the validity of a date in various formats. Has special case for ISO dates and arrays which can be missing month and day and still be valid. |
| date_limit_format | Rewrite a format string so it only includes elements from a specified granularity array. |
| date_limit_value | Recalculate a date so it only includes elements from a granularity array. Helps prevent errors when unwanted values round up and ensures that unwanted date part values don't get stored in the database. |
| date_make_date | Convert a date of any type or an array of date parts into a valid date object. |
| date_minutes | An array of minutes. |
| date_month_names | A translated array of month names |
| date_month_names_abbr | A translated array of month name abbreviations |
| date_month_names_untranslated | An untranslated array of month names |
| date_nongranularity | An difference array of granularity elements that are NOT in the granularity array. Used by functions that strip unwanted granularity elements out of formats and values. |
| date_now | A date object for the current time. |
| date_order | |
| date_order_translated | Helper function for BYDAY options in Date Repeat and for converting back and forth from '+1' to 'First'. |
| date_pad | Helper function to left pad date parts with zeros. Provided because this is needed so often with dates. |
| date_part_extract | Extract integer value of any date part from any type of date. |
| date_querystring | Pick up filter and sort info from url. |
| date_range_string | Convert a min and max year into a string like '-3:+1'. |
| date_range_years | Split a string like -3:+3 or 2001:2010 into an array of min and max years. |
| date_real_url | Figure out the URL of the date view we're currently looking at, adapted to various date types or specific date arguments. |
| date_seconds | An array of seconds. |
| date_t | A function to translate ambiguous short date strings. |
| date_timezone_abbr | An array of timezone abbreviations that the system allows. Cache an array of just the abbreviation names because the whole timezone_abbreviations_list is huge so we don't want to get it more than necessary. |
| date_timezone_is_valid | |
| date_timezone_names | A translated array of timezone names. Cache the untranslated array, make the translated array a static variable. |
| date_type_format | Helper function for getting the format string for a date type. |
| date_t_strings | Construct translation arrays from pipe-delimited strings. |
| date_valid_day | |
| date_valid_month | |
| date_valid_year | |
| date_week | The calendar week number for a date. |
| date_weeks_in_year | The number of calendar weeks in a year. |
| date_week_days | A translated array of week days |
| date_week_days_abbr | An translated array of week day abbreviations. |
| date_week_days_ordered | Order weekdays Correct weekdays array so first day in array matches the first day of the week. Use to create things like calendar headers. |
| date_week_days_untranslated | An untranslated array of week days |
| date_week_range | Start and end dates for a calendar week, adjusted to use the chosen first day of week for this site. |
| date_years | An array of years. |
| _date_formats_build | Builds and returns the list of available date formats. |
| _date_format_types_build | Builds and returns the list of available date format types. |