Convert date and time information to strings
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can convert date and time information to strings for easier interpretation and display requirements. You can use the following functions.
|
Use |
To |
|---|---|
|
StringFromTime() |
Convert a UTC timestamp to local time and to return as a time string. |
|
wwStringFromTime() |
Convert a local time timestamp to UTC time and returns it as a time string. |
|
StringFromTimeLocal() |
Convert a timestamp as a time string. |