CURRENT_MONTH
Description
Returns current month as an integer constant in the range 1-12
Parameters
None
Example
IF CURRENT_MONTH = 1 Then ...
index function function list date and time
Returns current month as an integer constant in the range 1-12
None
IF CURRENT_MONTH = 1 Then ...