Function: Today
Description
Returns today's date.
Syntax
Today()
Arguments
None.
Return value
This function returns a date in YYYYMMDD format.
Calculated field example
If you were reading this on March 17, 2007, the following function would return the value 20070317 (today's date in YYYYMMDD format): Today()
Filter/Find example
Records representing invoices more than thirty days past due can be selected or found using the expression: Today()-Due_date>30