TODAY ER function
The TODAY
function returns a Date value that represents the current application server date.
Syntax
TODAY ()
Return values
Date
The resulting date value.
Example
DATEFORMAT (TODAY (), "dd-MM-yyyy")
returns the current application server date, December 24, 2015, as the string "24-12-2015", based on the specified custom format.