API17

API17:JDate::calendar

From Joomla! Documentation

Revision as of 02:50, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDate::calendar

Description

Gets the date as a formatted string in a local calendar.


public function calendar (
        $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 277 of libraries/joomla/utilities/date.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples