datepicker_format_replacements |
date_popup/date_popup.module |
The format replacement patterns for the new datepicker. |
2 |
|
date_ampm |
date_api/date_api.module |
An array of am and pm options. |
1 |
|
date_api_database_info |
date_api/date_api.module |
Temporary helper to re-create equivalent
of content_database_info. |
3 |
|
date_api_element_info |
date_api/date_api.module |
Implement hook_element_info(). |
|
|
date_api_enable |
date_api/date_api.install |
Implementation of hook_enable(). |
|
|
date_api_form_system_regional_settings_alter |
date_api/date_api.module |
Implementation of hook_form_alter(). |
|
|
date_api_form_system_settings_validate |
date_api/date_api.module |
Validate that the option to use ISO weeks matches first day of week choice. |
|
1 |
date_api_ical_build_rrule |
date_api/date_api_ical.inc |
Build an iCal RULE from $form_values. |
4 |
|
date_api_init |
date_api/date_api.module |
Implement hook_init(). |
|
|
date_api_install |
date_api/date_api.install |
Implementation of hook_install(). |
|
|
date_api_set_db_timezone |
date_api/date_api.module |
Wrapper around date handler setting for timezone. |
2 |
|
date_api_set_variables |
date_api/date_api.install |
@file
Install, update and uninstall functions for the date_api module. |
2 |
|
date_api_theme |
date_api/date_api.module |
|
|
|
date_api_uninstall |
date_api/date_api.install |
Implementation of hook_uninstall(). |
|
|
date_api_update_last_removed |
date_api/date_api.install |
|
|
|
date_api_views_clear |
date_views/date_views.module |
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_block_identifier |
date_views/date_views.module |
|
2 |
|
date_combo_element_process |
./date_elements.inc |
Process an individual date element. |
|
1 |
date_combo_validate |
./date_elements.inc |
Validate and update a combo element.
Don't try this if there were errors before reaching this point. |
|
2 |
date_combo_value_callback |
./date_elements.inc |
|
|
1 |
date_content_generate_key |
./date.devel_generate.inc |
|
1 |
|
date_content_migrate_field_alter |
./date.field.inc |
Implements hook_content_migrate_field_alter(). |
|
|
date_content_migrate_instance_alter |
./date.field.inc |
Implements hook_content_migrate_instance_alter(). |
|
|
date_content_repeat_dow_options |
./date.devel_generate.inc |
Helper function for BYDAY options. |
1 |
|
date_days |
date_api/date_api.module |
An array of days. |
1 |
|
date_days_in_month |
date_api/date_api.module |
Identify the number of days in a month for a date. |
3 |
|
date_days_in_year |
date_api/date_api.module |
Identify the number of days in a year for a date. |
2 |
|
date_day_of_week |
date_api/date_api.module |
Returns day of week for a given date (0 = Sunday). |
2 |
|
date_day_of_week_name |
date_api/date_api.module |
Returns translated name of the day of week for a given date. |
1 |
|
date_db_type |
date_api/date_api.module |
|
2 |
|
date_default_date |
date_api/date_api_elements.inc |
Create a date object from a datetime string value. |
4 |
|
date_default_format |
./date.module |
|
3 |
|
date_default_formatter_settings_form |
./date_admin.inc |
Settings for the default formatter. |
1 |
|
date_default_formatter_settings_summary |
./date_admin.inc |
Settings summary for the default formatter. |
1 |
|
date_default_timezone |
date_api/date_api.module |
Return a timezone name to use as a default. |
18 |
1 |
date_default_timezone_object |
date_api/date_api.module |
A timezone object for the default timezone. |
5 |
|
date_devel_generate |
./date.devel_generate.inc |
Implementation of Devel module's hook_content_generate(). |
|
|
date_element_empty |
./date_elements.inc |
|
1 |
|
date_element_info |
./date.module |
Implements hook_element_info(). |
|
|
date_entity_metadata_duration_getter |
./date.module |
Getter callback to return the duration of the time period given by the dates. |
|
1 |
date_entity_metadata_field_getter |
./date.module |
Getter callback to return date values as datestamp in UTC from the field. |
|
1 |
date_entity_metadata_property_info_alter |
./date.module |
Callback to alter the property info of date fields. |
|
1 |
date_entity_metadata_struct_getter |
./date.module |
Getter callback to return date values as datestamp in UTC. |
2 |
1 |
date_example_date |
./date_admin.inc |
Get an example date and make sure the difference between
month and day and 12 and 24 hours will be clear. |
1 |
|
date_field_all_day |
./date.module |
Determine if a from/to date combination qualify as 'All day'. |
1 |
|
date_field_formatter_info |
./date.field.inc |
Implements hook_field_formatter_info(). |
|
|
date_field_formatter_settings_form |
./date.field.inc |
Implements hook_field_formatter_settings_form(). |
|
|
date_field_formatter_settings_summary |
./date.field.inc |
Implements hook_field_formatter_settings_summary(). |
|
|
date_field_formatter_view |
./date.field.inc |
Implements hook_field_formatter_view(). |
|
|
date_field_get_sql_handler |
./date.module |
Generate a DateAPI SQL handler for the given CCK date field. |
|
|