Purpose
Converts a Month number to the associated name.
Syntax
s$ = MONTHNAME$(MonthNumber&)
Remarks
The MONTHNAME$ function converts a Month number into a string representing its associated name. The argument must be in the range of 1 through 12, representing the names January, February, etc.
See also
DATE$, DAYNAME$, POWERTIME