API17:JDate::calendar
From Joomla! Documentation
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
See also
JDate::calendar source code on BitBucket
Class JDate
Subpackage Utilities
- Other versions of JDate::calendar
User contributed notes
Code Examples