Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

date.module

Version

1.61.2.4.2.3 (checked in on 2008/06/06 at 13:10:21 by karens)

Description

Defines date/time field types for the Content Construction Kit (CCK).

Functions

Namesort iconDescription
date_clear_allEmpty or reset cached values.
date_content_generateImplementation of Devel module's hook_content_generate().
date_content_is_emptyImplementation of hook_content_is_empty().
date_elementsImplementation of hook_elements().
date_fieldImplementation of hook_field().
date_field_formatter_infoImplementation of hook_field_formatter_info().
date_field_infoImplementation of hook_field_info().
date_field_settings
date_formatter_formatHelper function to return the date format used by a specific formatter.
date_formatter_processHelper function for creating formatted date arrays from a formatter.
date_form_alterImplementation of hook_form_alter(). Make sure date information gets updated.
date_get_timezoneFunction to figure out which timezone applies to a date and select it
date_granularity$field['granularity'] will contain an array like ('hour' => 'hour', 'month' => 0) where the values turned on return their own names and the values turned off return a zero need to reconfigure this into a...
date_helpImplementation of hook_help().
date_initImplementation of hook_init().
date_process_valuesHelper function to create an array of the date values in a field that need to be processed.
date_settings_validate
date_themeImplementation of hook_theme().
date_timezone_convertHelper function to determine if any timezone conversion should be done on this field.
date_widgetImplementation of hook_widget().
date_widget_infoImplementation of hook_widget_info().
date_widget_settingsWrapper functions for date administration, included only when processing field settings.