Contributions API

Calling all Drupal developers!

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

Modules in 5

date.module

Version

1.32.2.55 (checked in on 2007/12/03 at 16:26:21 by karens)

Description

Defines a date/time field type.

@todo

Functions

Namesort iconDescription
date_clear_allEmpty or reset cached values.
date_default_valueSet the date default values.
date_fieldImplementation of hook_field().
date_field_formatterImplementation of hook_field_formatter().
date_field_formatter_infoImplementation of hook_field_formatter_info().
date_field_info
date_field_objectUse the Date API to get an object representation of a date field
date_field_settings
date_format_itemUse the Date API to return the formatted value for a date object.
date_form_alterImplementation of hook_form_alter(). Make sure date information gets updated.
date_get_formats
date_granularity_array$field['granularity'] will contain an array like ('H' => 'H', 'M' => 0) where the values turned on return their own names and the values turned off return a zero need to reconfigure this into a simple...
date_helpImplementation of hook_help().
date_is_requiredLogic for telling when a field value is required.
date_menuImplementation of hook_menu().
date_pathauto_nodeInclude pathauto files when needed.
date_set_formats
date_views_argument_range_handler
date_views_filtersWrapper functions for views hooks.
date_views_filter_handler
date_views_handler_filter_date_value_form
date_views_query_alter
date_views_style_plugins
date_views_timestamp_argument_range_handler
date_views_timestamp_filter_handler
date_widgetImplementation of hook_widget().
date_widget_infoWrapper functions for date administration forms.
date_widget_settings
theme_date_display_combinationTheme from/to date combination in the view.
theme_date_formatterTheme date formatter.
theme_date_format_intervalTheme a format interval for a date element
theme_date_form_combinationTheme from/to date combination on form.
theme_date_form_emptyTheme empty date form fields.
theme_date_form_fieldgroupTheme entire date field form.