You are here

Functions in Date 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
date_is_all_day ./date_api.module Determine if a from/to date combination qualify as 'All day'. 1
date_is_dst date_php4/date_php4.inc Check if time is in Daylight Savings Time Uses dst region code, as stored in the $timezone_map array from date_php4_tz_map.inc 1
date_is_leap_year date_php4/date_php4.inc Returns true for a leap year, else FALSE. Works outside normal date range. 6
date_is_repeat_field date/date.module 1
date_is_valid ./date_api.module 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. 7
date_limit_format ./date_api.module Rewrite a format string so it only includes elements from a specified granularity array. 14
date_limit_value ./date_api.module 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. 2
date_locale_format_form date_locale/date_locale.module Display list of enabled languages to configure date formats for. 1
date_locale_format_form_formats_cancel date_locale/date_locale.module 'Cancel' button handler for choosing a language on the date_locale_format_form. 1
date_locale_format_form_formats_submit date_locale/date_locale.module Submit handler for choosing a language on the date_locale_format_form. 1
date_locale_format_form_language_submit date_locale/date_locale.module Submit handler for choosing a language on the date_locale_format_form. 1
date_locale_get_locale_date_format date_locale/date_locale.module Select locale date format details from database. 1
date_locale_init date_locale/date_locale.module Implementation of hook_init().
date_locale_locale_format_save date_locale/date_locale.module Save locale specific date formats to the database. 1
date_locale_menu date_locale/date_locale.module Implementation of hook_menu().
date_local_date date/date_elements.inc Create local date object. 1
date_make_date ./date_api.module Convert a date of any type or an array of date parts into a valid date object. 33
date_menu date/date.module Implementation of hook_menu().
date_minutes ./date_api.module An array of minutes. 2
date_mktime date_php4/date_php4.inc Return a timestamp given a local time. 2
date_month_names ./date_api.module A translated array of month names 6 1
date_month_names_abbr ./date_api.module A translated array of month name abbreviations 2 1
date_month_names_untranslated ./date_api.module An untranslated array of month names 3
date_nongranularity ./date_api.module 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. 3
date_now ./date_api.module A date object for the current time. 30
date_order ./date_api.module 3 4
date_order_translated ./date_api.module Helper function for BYDAY options in Date Repeat and for converting back and forth from '+1' to 'First'. 1
date_pad ./date_api.module Helper function to left pad date parts with zeros. Provided because this is needed so often with dates. 11
date_parts_element ./date_api_elements.inc Create form elements for one or more date parts. 1
date_part_extract ./date_api.module Extract integer value of any date part from any type of date. 3
date_perm date/date.module
date_php4_enable date_php4/date_php4.install
date_php4_install date_php4/date_php4.install
date_php4_menu date_php4/date_php4.module Implementation of hook_menu().
date_php4_perm date_php4/date_php4.module Implementation of hook_perm().
date_php4_settings_form date_php4/date_php4.module Timezone handling. 1
date_php4_settings_form_submit date_php4/date_php4.module
date_php4_set_variables date_php4/date_php4.install 2
date_popup_css_default date_popup/date_popup.module 2
date_popup_css_options date_popup/date_popup.module 1
date_popup_disable date_popup/date_popup.install Implementation of hook_disable().
date_popup_elements date_popup/date_popup.module Implementation of hook_elements().
date_popup_enable date_popup/date_popup.install Implementation of hook_enable().
date_popup_formats date_popup/date_popup.module Format options array. 3
date_popup_format_to_popup date_popup/date_popup.module Recreate a date format string so it has the values popup expects. 1
date_popup_format_to_popup_time date_popup/date_popup.module Recreate a date format string so it has the values popup expects. 1
date_popup_init date_popup/date_popup.module Implementation of hook_init().
date_popup_input_value date_popup/date_popup.module Helper function for extracting a date value out of user input. 2 1
date_popup_install date_popup/date_popup.install Implementation of hook_install().
date_popup_js_settings_id date_popup/date_popup.module Create a unique CSS id name and output a single inline JS block for each startup function to call and settings array to pass it. This used to create a unique CSS class for each unique combination of function and settings, but using classes requires a… 2

Pages

Other projects