mixed I18Nv2_Locale::monthName (
int $month
, bool $short
= false
)
Get the local textual representation of a month.
$month
numerical representation of month (0 = January, 1 = February, ...)
$short
whether to return the abbreviation
Returns string name of month on success or PEAR_Error on failure.
This function can not be called statically.