Go to the source code of this file.
FBSTRING* fb_IntlGetMonthName |
( |
int |
month, |
|
|
int |
short_names, |
|
|
int |
disallow_localized |
|
) |
| |
const char* pszMonthNamesLong[12] |
|
static |
Initial value:= {
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
}
Definition at line 5 of file intl_getmonthname.c.
const char* pszMonthNamesShort[12] |
|
static |
Initial value:= {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
}
Definition at line 20 of file intl_getmonthname.c.