Now

Description

Returns the current date and/ or time. The optional DateTimeType parameter can be [date, time, or datetime].

Syntax

Now([DateTimeType: String]): DateTime

Example

Now()

Returns the current date and time, for example 3/25/2010 9:20:44 AM.

Now(Time)

Returns only the current time, for example 9:20:44 AM.

Now(Date)

Returns only the current date, for example 3/25/2010.