Formatting

Functions to format numbers, strings, dates, etc.

File

includes/common.inc, line 1716
Common functions that many Drupal modules will need to reference.

Functions

Name Location Description
date_iso8601 includes/common.inc Returns an ISO8601 formatted date based on the given date.
format_date includes/common.inc Formats a date, using a date type or a custom date format string.
format_interval includes/common.inc Formats a time interval with the requested granularity.
format_plural includes/common.inc Formats a string containing a count of items.
format_rss_channel includes/common.inc Formats an RSS channel.
format_rss_item includes/common.inc Formats a single RSS item.
format_size includes/common.inc Generates a string representation for the given byte count.
format_username includes/common.inc Format a username.
format_xml_elements includes/common.inc Formats XML elements.
parse_size includes/common.inc Parses a given byte count.
_format_date_callback includes/common.inc Translates a formatted date string.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!common.inc/group/format/7.x