NOTBEFORE
dateConfiguration parameters
-
warp.timeunits
Checks that the current time is not before the provided timestamp.
The NOTBEFORE
function consumes a timestamp (LONG or ISO8601 string representation) on the top of the stack. It checks that the current time (NOW) is not before the provided timestamp.
If it is not before the WarpScript execution continues, otherwise it throws an exception.