
The spellmonth function spells the name of the month that corresponds to a numeric value from 1 (January) to 12 (December).
Syntax
Returns
A text value.
Usage
The input value must be an integer between 1 and 12 (inclusive).
Examples
Returns: July
Returns: December
spellmonth( month( highest of RESERVATIONS DATE ) )
Returns: The name of the month that corresponds to the value in the most recent reservation's DATE field. If the most recent RESERVATIONS record contains the value 10/31/01 in the DATE field, the function returns October.