NAME
getfmth - get month namesSYNOPSIS
#includechar **getfmth() DESCRIPTION
Getfmth returns a pointer to an array of 12 character pointers. Each of these pointers point to a null terminated string corresponding to the names of each month in the year (January through December). The month names are retrieved from the country format structure (see fcountry(C-3)).SEE ALSO
fcountry(C-3), getfamth(C-3) C/Base Reference Manual Chapter 13, "Formatting Data Values"NOTES
Getfmth is used instead of getfmonth to avoid possible name conflicts with getfmoney.