CURRENT_JULIAN macro
The CURRENT_JULIAN macro is available only in IBM® Campaign.
Syntax
CURRENT_JULIAN()
Description
CURRENT_JULIAN() returns the Julian number for the current date (the number of days elapsed since January, 1, 0000). This is equivalent to the macro DATE(CURRENT_DATE()).
Examples
If the date today is the 31st of August, 2000, CURRENT_JULIAN() returns the number 730729.
Related functions