Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.61.2.4.2.3 (checked in on 2008/06/06 at 13:10:21 by karens)
Defines date/time field types for the Content Construction Kit (CCK).
| Name | Description |
|---|---|
| date_clear_all | Empty or reset cached values. |
| date_content_generate | Implementation of Devel module's hook_content_generate(). |
| date_content_is_empty | Implementation of hook_content_is_empty(). |
| date_elements | Implementation of hook_elements(). |
| date_field | Implementation of hook_field(). |
| date_field_formatter_info | Implementation of hook_field_formatter_info(). |
| date_field_info | Implementation of hook_field_info(). |
| date_field_settings | |
| date_formatter_format | Helper function to return the date format used by a specific formatter. |
| date_formatter_process | Helper function for creating formatted date arrays from a formatter. |
| date_form_alter | Implementation of hook_form_alter(). Make sure date information gets updated. |
| date_get_timezone | Function 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_help | Implementation of hook_help(). |
| date_init | Implementation of hook_init(). |
| date_process_values | Helper function to create an array of the date values in a field that need to be processed. |
| date_settings_validate | |
| date_theme | Implementation of hook_theme(). |
| date_timezone_convert | Helper function to determine if any timezone conversion should be done on this field. |
| date_widget | Implementation of hook_widget(). |
| date_widget_info | Implementation of hook_widget_info(). |
| date_widget_settings | Wrapper functions for date administration, included only when processing field settings. |