DateStr Function

Action

Returns the current date.

Syntax

sDate=DateStr ( )
Variable Description
sDate The current date. STRING.

Notes

DateStr returns the current date as a string, formatted as mm/dd/yy.

DateStr is locale independent.

Example

STRING sDate 
sDate = DateStr () 
Print ("Today is {sDate}")