Description:-

This is used to get the specific name of the month from the given month_number fall.

monthAsString( month_number, locale );

This function returns a string, the name of the specified month, in the current locale.

Attributes:-

month_number:- This is a required argument, A integer value object in the range 112.

locale:- This is a non-required argument. When processing the function, this locale is to be used instead of the page’s locale.

Example:-

writeoutput( "`2025-11-25` this date falls on the #monthAsString( 11 )# month." );

Result:-

`2025-11-25` this date falls on the November month.