Now()

Returns the current date and time

Now( );

Returns: DateTime

This function does not take any arguments.

Examples

writeOutput("current Datetime is "&now());

See also