MONTH_TEXT
Description
Returns the name of the specified month as text
Parameters
- A number indicating the month - 1 for January, 2 for February etc
Example
IF MONTH_TEXT (CURRENT_MONTH) = 'January' THEN ...
Returns the name of the specified month as text
IF MONTH_TEXT (CURRENT_MONTH) = 'January' THEN ...