API17:JHtml::date
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 45: | Line 45: | ||
string A date translated by the given format and time zone. | string A date translated by the given format and time zone. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html.php | + | libraries/joomla/html/html.php (line 563) |
| + | * see source code in [[jplatform:html/html.php#cl-563|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:39, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtml::date
Description
Returns formated date according to a given format and time zone.
Description:JHtml::date [Edit Descripton]
Since
Synopsis
public static JHtml::date ($input= 'now', $format=null, $tz=true, $gregorian=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $input | string | 'now' | String in a format accepted by , defaults to "now". |
| $format | string | null | format optional format for strftime |
| $tz | mixed | true | Time zone to be used for the date. Special cases: boolean true for user setting, boolean false for server setting. |
| $gregorian | false |
Returns
string A date translated by the given format and time zone.
Defined in
libraries/joomla/html/html.php (line 563)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
