GetDate
GetDate>result
Returns the current date in the specified variable. The format of the date depends on the regional settings of the system.
Abbreviation : GDT
See also: GetTime, Year, Month, Day, FileDate
Example
GetDate>date
Let>msg=The Date Is :
ConCat>msg,date
Message>msg