format_date

Related topics

Namesort iconDescription
FormattingFunctions to format numbers, strings, dates, etc.

Functions that call format_date()

Namesort iconLocationDescription
blogapi_blogger_edit_postmodules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
comment_admin_overviewmodules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
dblog_eventmodules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_overviewmodules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
expand_dateincludes/form.incRoll out a single date element.
filter_example_filterdeveloper/examples/filter_example.moduleImplementation of hook_filter().
format_dateincludes/common.incFormat a date with the given configured format or a custom format string.
hook_watchdogdeveloper/hooks/core.phpLog an event message
map_monthincludes/form.incHelper function for usage with drupal_map_assoc to display month names.
node_formmodules/node/node.pages.incGenerate the node add/edit form array.
node_revision_overviewmodules/node/node.pages.incGenerate an overview table of older revisions of a node.
node_revision_revert_confirmmodules/node/node.pages.incAsk for confirmation of the reversion to prevent against CSRF attacks.
node_showmodules/node/node.moduleGenerate a page displaying a single node, along with its comments.
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_recent_hitsmodules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
system_date_time_lookupmodules/system/system.admin.incReturn the date for a given format string via Ajax.
system_date_time_settingsmodules/system/system.admin.incForm builder; Configure the site date and time settings. See alsosystem_settings_form()
template_preprocess_aggregator_itemmodules/aggregator/aggregator.pages.incProcess variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php
template_preprocess_commentmodules/comment/comment.moduleProcess variables for comment.tpl.php. See alsocomment.tpl.php
template_preprocess_comment_foldedmodules/comment/comment.moduleProcess variables for comment-folded.tpl.php. See alsocomment-folded.tpl.php
template_preprocess_nodeincludes/theme.incProcess variables for node.tpl.php
template_preprocess_search_resultmodules/search/search.pages.incProcess variables for search-result.tpl.php.
theme_comment_submittedmodules/comment/comment.moduleTheme a "Submitted by ..." notice.
theme_node_submittedmodules/node/node.moduleFormat the "Submitted by username on date/time" for each node
theme_update_reportmodules/update/update.report.incTheme project status report.
theme_update_versionmodules/update/update.report.incTheme the version display of a project.
user_mail_tokensmodules/user/user.moduleReturn an array of token to value mappings for user e-mail messages.
user_pass_resetmodules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.
_blogapi_mt_extramodules/blogapi/blogapi.moduleHandles extra information sent by clients according to MovableType's spec.
_system_zonelistmodules/system/system.moduleGenerate an array of time zones and their local time&date.

Functions called by format_date()

Namesort iconLocationDescription
format_dateincludes/common.incFormat a date with the given configured format or a custom format string.
tincludes/common.incTranslate strings to the page language or a given language.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.