JDate:: monthToString/1.5
From Joomla! Documentation
JDate::_monthToString
Description
Translates month number to string.
Description:JDate:: monthToString [Edit Descripton]
public function _monthToString ( $month $abbr=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $month | int | The numeric month of the year | |
| $abbr | bool | false | Return the abreviated month string? |
- Returns string month string
- Defined on line 263 of libraries/joomla/utilities/date.php
See also
-
JDate::_monthToString on api.joomla.org
-
JDate source code on JoomlaCode
-
Class JDate
-
Subpackage Utilities
- Other versions of JDate::_monthToString
SeeAlso:JDate:: monthToString [Edit See Also]
User contributed notes
<CodeExamplesForm />