CURRENT_WEEKDAY
Syntax
CURRENT_WEEKDAY()
Description
CURRENT_WEEKDAY returns the current day of the week as a number between 0-6. Sunday is represented as 0, Monday as 1, and so on.
This macro is available in IBM® Interact.
Examples
If today is Friday, CURRENT_WEEKDAY() will return the number 5.
Related Functions