Table of Contents
MONTH_TEXT
Description
Parameters
Example
Index
,
Function
,
Function List
,
Date and Time
,
v8.6
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
...