JDate::monthToString
Translates month number to a string.
Signature
public function monthToString(integer
$month,
[boolean
$abbr = false] )
Parameters
-
$month
- The numeric month of the year.
-
$abbr
- If true, return the abbreviated month string
Returns
- string
- The month of the year.