CURRENT_DAY_OF_MONTH
Description
Returns current day of the month as an integer constant in the range 1-31
Parameters
None
Example
IF CURRENT_DAY_OF_MONTH = 8 THEN ...
index function function list date and time
Returns current day of the month as an integer constant in the range 1-31
None
IF CURRENT_DAY_OF_MONTH = 8 THEN ...