Skip to main content

currentDate

currentDate : date

ParameterTypeDescription
Resultdate<-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)+"."

See also

dayOf
monthOf
yearOf