API17:JDate::monthToString
From Joomla! Documentation
JDate::monthToString
Description
Translates month number to a string.
protected function monthToString (
$month
$abbr=false
)
Parameter | Type | Default | Description |
---|---|---|---|
$month | integer | The numeric month of the year. | |
$abbr | boolean | false | Return the abreviated month string? |
- Returns string The month of the year.
- Defined on line 350 of libraries/joomla/utilities/date.php
- Since
See also
JDate::monthToString source code on BitBucket
Class JDate
Subpackage Utilities
- Other versions of JDate::monthToString
User contributed notes
Code Examples