Search for date_format
- Search 9.5.x for date_format
- Search 8.9.x for date_format
- Search 10.3.x for date_format
- Search 11.x for date_format
- Search main for date_format
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_date_formats | function | modules/ |
Define additional date formats. |
| hook_date_formats_alter | function | modules/ |
Alter date formats declared by another module. |
| hook_date_format_types | function | modules/ |
Define additional date types. |
| hook_date_format_types_alter | function | modules/ |
Modify existing date types. |
| locale_date_format_form | function | modules/ |
Provide date localization configuration options to users. |
| locale_date_format_form_submit | function | modules/ |
Submit handler for configuring localized date formats on the locale_date_format_form. |
| locale_date_format_language_overview_page | function | modules/ |
Display edit date format links for each language. |
| locale_date_format_reset_form | function | modules/ |
Reset locale specific date formats to the global defaults. |
| locale_date_format_reset_form_submit | function | modules/ |
Reset date formats for a specific language to global defaults. |
| locale_date_format_save | function | includes/ |
Save locale specific date formats to the database. |
| locale_get_localized_date_format | function | includes/ |
Select locale date format details from database. |
| system_add_date_formats_form_submit | function | modules/ |
Process new date format string submission. |
| system_add_date_formats_form_validate | function | modules/ |
Validate new date format string submission. |
| system_add_date_format_type_form | function | modules/ |
Add new date type. |
| system_add_date_format_type_form_submit | function | modules/ |
Process system_add_date_format_type form submissions. |
| system_add_date_format_type_form_validate | function | modules/ |
Validate system_add_date_format_type form submissions. |
| system_configure_date_formats_form | function | modules/ |
Allow users to add additional date formats. |
| system_date_formats | function | modules/ |
Implements hook_date_formats(). |
| system_date_formats_rebuild | function | modules/ |
Resets the database cache of date formats and saves all new date formats. |
| system_date_format_delete | function | modules/ |
Deletes a date format from the database. |
| system_date_format_locale | function | modules/ |
Gets the appropriate date format string for a date type and locale. |
| system_date_format_save | function | modules/ |
Saves a date format to the database. |
| system_date_format_types | function | modules/ |
Implements hook_date_format_types(). |
| system_date_format_type_delete | function | modules/ |
Deletes a date type from the database. |
| system_date_format_type_save | function | modules/ |
Saves a date type to the database. |
| system_default_date_formats | function | includes/ |
Provides a default system list of date formats for system_date_formats(). |
| system_delete_date_format_type_form | function | modules/ |
Menu callback; present a form for deleting a date type. |
| system_delete_date_format_type_form_submit | function | modules/ |
Delete a configured date type. |
| system_get_date_format | function | modules/ |
Gets the format details for a particular format ID. |
| system_get_date_formats | function | modules/ |
Gets the list of defined date formats and attributes. |
| theme_locale_date_format_form | function | modules/ |
Returns HTML for a locale date format form. |
| _system_date_formats_build | function | modules/ |
Builds and returns information about available date formats. |
| _system_date_format_types_build | function | modules/ |
Builds and returns information about available date types. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.