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.
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 NOW function returns a DateTime value that represents the current application server date and time.
Syntax
NOW ()
Return values
DateTime
The resulting date/time value.
Example
DATETIMEFORMAT (NOW(), "dd-MM-yyyy") returns the current application server date/time value, December 24, 2015, as "24-12-2015", based on the specified custom format.