API17

JHtml::date

From Joomla! Documentation

Revision as of 20:39, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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.

Joomla 11.1 JHtml::date[edit]

Description[edit]

Returns formated date according to a given format and time zone.

Template:Description:JHtml::date [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

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[edit]

string A date translated by the given format and time zone.

Defined in[edit]

libraries/joomla/html/html.php (line 563)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtml::date

Examples[edit]

<CodeExamplesForm />