format_date

Related topics

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

Functions that call format_date()

Namesort iconLocationDescription
archive_calendarmodules/archive.moduleGenerates a monthly calendar, for display in the archive block.
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
comment_admin_overviewmodules/comment.moduleMenu callback; present an administrative comment listing.
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.
map_monthincludes/form.incHelper function for usage with drupal_map_assoc to display month names.
node_revisionsmodules/node.moduleMenu callback for revisions related activities.
node_revision_overviewmodules/node.moduleGenerate an overview table of older revisions of a node.
node_revision_revertmodules/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
phptemplate_commentthemes/engines/phptemplate/phptemplate.enginePrepare the values passed to the theme_comment function to be passed into a pluggable template engine.
statistics_recent_hitsmodules/statistics.moduleMenu callback; presents the "recent hits" page.
theme_aggregator_page_itemmodules/aggregator.moduleFormat an individual feed item for display on the aggregator page.
theme_search_itemmodules/search.moduleFormat a single result entry of a search query. This function is normally called by theme_search_page() or hook_search_page().
user_pass_resetmodules/user.moduleMenu callback; process one time login link and redirects to the user page on success.
watchdog_eventmodules/watchdog.moduleMenu callback; displays details about a log message.
watchdog_overviewmodules/watchdog.moduleMenu callback; displays a listing of log messages.
_blogapi_mt_extramodules/blogapi.moduleHandles extra information sent by clients according to MovableType's spec.

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 current locale.
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.