CurrentDate$()   

Definition:

Returns the current system date.

Parameter Description:


None

Command Description:

Returns the current date in the format: DD MON YYYY (i.e. 10 DEC 2000).

Example:

; Print the current date to the screen

Print "The date is:" + CurrentDate$()

Index