Functions to format numbers, strings, dates, etc.
Name | Location | Description |
---|---|---|
date_iso8601 |
drupal/ |
Returns an ISO8601 formatted date based on the given date. |
format_date |
drupal/ |
Formats a date, using a date type or a custom date format string. |
format_interval |
drupal/ |
Formats a time interval with the requested granularity. |
format_plural |
drupal/ |
Formats a string containing a count of items. |
format_rss_channel |
drupal/ |
Formats an RSS channel. |
format_rss_item |
drupal/ |
Formats a single RSS item. |
format_size |
drupal/ |
Generates a string representation for the given byte count. |
format_xml_elements |
drupal/ |
Formats XML elements. |
parse_size |
drupal/ |
Parses a given byte count. |
_format_date_callback |
drupal/ |
Translates a formatted date string. |