Description Usage Arguments Value
Helper function to get formatted data for use in other functions.
1 | compute_datetime_info(datetime_from, datetime_to, datetime_step)
|
datetime_from |
The initial datetime point of the range as string, in
format |
datetime_to |
The final datetime point of the range as string, in format
|
datetime_step |
The size of the step within the range, with 1 being each hour, 2 every other hour, etc. |
A named list with elements datetime_from
, datetime_to
and datetime_step
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.