MonthName

Top  Previous  Next

Function

Returns the name of the month, for the given month index

 

Syntax

 

value = MonthName( expression )

 

Parameters

expression

 

any expression that resolves to an integer between 1 and 12

 

 

 

returns

 

the name of the month

 

Examples

 

PRINT MonthName( Month( test.currentDate ) )        ' Prints January for a date like 20100101