Type
Spell Function

Purpose
The spellmonth function spells the name of the month that corresponds to a numeric value from 1 (January) to 12 (December).

Syntax
spellmonth( NUMERIC VALUE)

Returns
A text value.

Usage
The input value must be an integer between 1 and 12 (inclusive).

Examples
spellmonth( 7)
Returns: July

spellmonth( month( 12/31/99)
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.