I18Nv2_Locale::dayName | Class Summary I18Nv2_Negotiator |
I18Nv2 | |
PEAR Manual | |
require_once 'I18Nv2/Locale.php'; |
mixed I18Nv2_Locale::monthName (
int $month
, bool $short = FALSE
)
Get the local textual representation of a month.
numerical representation of month (0 = January, 1 = February, ...)
whether to return the abbreviation
Returns string name of month on success or PEAR_Error on failure.
This function can not be called statically.
I18Nv2_Locale::dayName | Class Summary I18Nv2_Negotiator |
I18Nv2 | |
PEAR Manual | |