Now
Returns the current date and time
Now( )
Returns: DateTime
This function does not take any arguments.
Examples
writeOutput("current Datetime is "&now());
Returns the current date and time
Now( )
Returns: DateTime
This function does not take any arguments.
writeOutput("current Datetime is "&now());