Related topics

Namesort iconDescription
FormattingFunctions to format numbers, strings, dates, etc.
Input validationFunctions to validate user input.

Functions that call format_date()

Namesort iconLocationDescription
blogapi_blogger_edit_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postdrupal/modules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
comment_admin_overviewdrupal/modules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_formdrupal/modules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
dblog_eventdrupal/modules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_overviewdrupal/modules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
filter_example_filtercontributions/docs/developer/examples/filter_example.moduleImplementation of hook_filter().
format_datedrupal/includes/common.incFormat a date with the given configured format or a custom format string.
form_process_datedrupal/includes/form.incRoll out a single date element.
garland_node_submitteddrupal/themes/garland/template.phpFormat the "Submitted by username on date/time" for each node.
hook_watchdogdrupal/modules/system/system.api.phpLog an event message
map_monthdrupal/includes/form.incHelper function for usage with drupal_map_assoc to display month names.
node_admin_nodesdrupal/modules/node/node.admin.incForm builder: Builds the node administration overview.
node_feeddrupal/modules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_formdrupal/modules/node/node.pages.incGenerate the node add/edit form array.
node_revision_overviewdrupal/modules/node/node.pages.incGenerate an overview table of older revisions of a node.
node_revision_revert_confirmdrupal/modules/node/node.pages.incAsk for confirmation of the reversion to prevent against CSRF attacks.
node_showdrupal/modules/node/node.moduleGenerate a page displaying a single node.
phptemplate_comment_submitteddrupal/themes/garland/template.phpFormat the "Submitted by username on date/time" for each comment.
statistics_access_logdrupal/modules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_recent_hitsdrupal/modules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
system_date_time_lookupdrupal/modules/system/system.admin.incReturn the date for a given format string via Ajax.
system_date_time_settingsdrupal/modules/system/system.admin.incForm builder; Configure the site date and time settings.
system_time_zonesdrupal/modules/system/system.moduleGenerate an array of time zones and their local time&date.
template_preprocess_aggregator_itemdrupal/modules/aggregator/aggregator.pages.incProcess variables for aggregator-item.tpl.php.
template_preprocess_commentdrupal/modules/comment/comment.moduleProcess variables for comment.tpl.php.
template_preprocess_comment_foldeddrupal/modules/comment/comment.moduleProcess variables for comment-folded.tpl.php.
template_preprocess_nodedrupal/includes/theme.incProcess variables for node.tpl.php
template_preprocess_search_resultdrupal/modules/search/search.pages.incProcess variables for search-result.tpl.php.
theme_comment_submitteddrupal/modules/comment/comment.moduleTheme a "Submitted by ..." notice.
theme_node_submitteddrupal/modules/node/node.moduleFormat the "Submitted by username on date/time" for each node
theme_update_reportdrupal/modules/update/update.report.incTheme project status report.
theme_update_versiondrupal/modules/update/update.report.incTheme the version display of a project.
user_mail_tokensdrupal/modules/user/user.moduleReturn an array of token to value mappings for user e-mail messages.
user_pass_resetdrupal/modules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.
_blogapi_mt_extradrupal/modules/blogapi/blogapi.moduleHandles extra information sent by clients according to MovableType's spec.

Functions called by format_date()

Namesort iconLocationDescription
format_datedrupal/includes/common.incFormat a date with the given configured format or a custom format string.
tdrupal/includes/common.incTranslate strings to the page language or a given language.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.