today - script and chart function
This function returns the current date from the system clock.
Syntax:
today([ timer_mode])
Arguments:
| Argument | Description |
|---|---|
| timer_mode |
Can have the following values: 0 (day of last finished data load) Information noteIf you use the function in a data load script, timer_mode=0 will result in the day of the last finished data load, while timer_mode=1 will give the day of the current data load.
|
Examples and results:
| Example | Result |
|---|---|
|
Today( 0) |
Returns the day of the last finished data load. |
|
Today( 1) |
When used in a visualization expression, this returns the day of the function call. When used in a data load script, this returns the day when the current data load started. |
|
Today( 2) |
Returns the day when the app was opened. |