API17

API17:JDate::calendar

From Joomla! Documentation

Revision as of 23:19, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(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.

Template:Description:JDate::calendar [Edit Descripton]

Since

Joomla 11.1

Synopsis

public  JDate->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 in

libraries/joomla/utilities/date.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDate::calendar

Examples

<CodeExamplesForm />