API17

JDate::calendar: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Gets the date as a formatted string in a local calendar.  
Gets the date as a formatted string in a local calendar.  


{{Description:JDate::calendar}}
{{subst:Description:JDate::calendar}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDate::calendar|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function calendar (
public function calendar (
Line 40: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[API17:JDate::calendar|Other versions of JDate::calendar]]
* [[API17:JDate::calendar|Other versions of JDate::calendar]]
{{SeeAlso:JDate::calendar}}
{{subst:SeeAlso:JDate::calendar}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDate::calendar|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:16, 24 March 2017

Joomla 11.1 JDate::calendar

Description

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

{{subst:Description:JDate::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

{{subst:SeeAlso:JDate::calendar}}

User contributed notes

<CodeExamplesForm />