Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SESSIONTODAY
function returns a Date value that represents the current application session date.
Syntax
SESSIONTODAY ()
Return values
Date
The resulting date value.
Example
DATEFORMAT (SESSIONTODAY (), "d", "DE")
returns the current application session date, December 24, 2015, as the string "24-12-2015", based on the selected German culture and the specified format.