$Date System Tag
- Last UpdatedMar 01, 2021
- 1 minute read
Returns the number of whole days that have passed since January 01, 1970 in local time.
Syntax
$Date
Data Type
Integer (read only)
Example(s)
This script returns the current time.
StringFromTime(($Date*86400)+($Time/1000),3);