CURRENT_DAY macro
The CURRENT_DAY
macro
is available in HCL®
Campaign and HCL
Interact.
Syntax
CURRENT_DAY()
Description
CURRENT_DAY
returns the current day of the month as a number between 1-31. The
date is determined by the system clock on the HCL
Server.
Examples
If the date today is the 19th of
June, CURRENT_DAY()
will return the number 19.
Related functions
Function | Description |
---|---|
CURRENT_JULIAN |
Returns the Julian number for the current date. |
CURRENT_MONTH |
Returns the current month as a number. |
CURRENT_TIME |
Returns the current time as a string. |
CURRENT_WEEKDAY |
Returns the current weekday as a number. |
CURRENT_YEAR |
Returns the current year as a number. |