Previous PageNext Page

The Today Function
Today's date - computer system date - maybe be used in functions and assignment statements by way of the function TODAY(). The parentheses are required, but no argument is to be placed within them.

Example:

Start = "05JUL1990"d;
Duration = Today() - Start;

Previous PageTable Of ContentsNext Page