TIME

Syntax:

TIME [ switch ]

Description: Retrieves the current date and time. The Gregorian calendar is always used. By default, the date-and-time-formatting-switch used is implementation-defined.

Field Value: The current date and time.

Switches: Zero or one date-and-time-formatting-switch.

example:
TIME
TIME \@ "dddd, MMMM dd, yyyy  HH:mm:ss"

the results are:

1:59 PM
Friday, January 06, 2006  13:59:421/5/2006
Note: