sysdate()

Examples


The sysdate() function returns the current date, from either the current computer or the server on which the data source the current computer is accessing resides.

Syntax

sysdate({CURRENT_SERVER})

Parameters

CURRENT_SERVER This keyword applies only when a SQL database type is used. It is a constant representing the server the current computer is connected to, regardless of what that server’s name is.

Return value

A date or datetime value

Comments

This function will return the system date of the current computer if the CURRENT_SERVER keyword isn’t used, or if the current computer isn’t connected to a data source.


Documentation Feedback