Search for date_format

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