API17

Difference between revisions of "JHtml::date"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (JoomlaWikiBot moved page JHtml::date/11.1 to API17:JHtml::date without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 18:35, 10 May 2013

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]

public static function 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 on line 567 of libraries/joomla/html/html.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JHtml::date [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />