JDate::format
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDate::format[edit]
Description[edit]
Gets the date as a formatted string.
public function format (
$format
$local=false
)
Parameter | Type | Default | Description |
---|---|---|---|
$format | string | The date format specification string (see ) | |
$local | boolean | false | True to return the date string in the local time zone, false to return it in GMT. |
- Returns string The date string in the specified format format.
- Defined on line 291 of libraries/joomla/utilities/date.php
- Since
See also[edit]
JDate::format source code on BitBucket
Class JDate
Subpackage Utilities
- Other versions of JDate::format
User contributed notes[edit]
Code Examples[edit]