currentDate
currentDate : date
Parameter | Type | Description | |
---|---|---|---|
Result | date | <- | Current date |
Description
The currentDate
command returns the current date from the server.
Example
In the following example we assign the current date to a string variable:
var vCurrentDate : string
vCurrentDate = "The date is "+string(currentDate)+"."