TODAY Function
The TODAY function returns the current date as supplied by the system clock.
You can use this function whenever you need to use today's date in a calculation or include it in the assembled document.
Example
When sending a billing reminder to a client, you may want to indicate how many days a bill is past due. You can use the TODAY and DAYS FROM functions to calculate the number of days between the due date and today's date, as follows:
DAYS FROM( DueDate, TODAY )