Edit

Share via


TODAY ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

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.

Additional resources

Date and time functions