Returns the current date.
sDate=DateStr ( )
Variable | Description |
---|---|
sDate | The current date. STRING. |
DateStr returns the current date as a string, formatted as mm/dd/yy.
DateStr is locale independent.
STRING sDate sDate = DateStr () Print ("Today is {sDate}")