Skip to main content

Now()

Returns the system date and time as a type Date.

IDEAScript Language

Brian Element Wed, 08/31/2022 - 11:59

You would have to do something like this for that to work:

DateSerial(Year(Now()), Month(Now()), Day(Now()) - 5)