TODAY function
Description
The function TODAY() takes no argument and returns todays date. Note that the value of this function is not fixed, so if you use this function in a file and you reload this file the next day, the function will return the new date
Example
TODAY() returns 01.24.1998 if today is the 24th of January 1998 and the date format is MM.DD.YY.
DATEVAL(TODAY()) returns the serial number of todays date.