Date Range question #5489
Replies: 1 comment
-
UPDATE: I now understand how it works. Changing the date range is done by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble understanding all the code related to date ranges. The example in the documentation suggests that the value returned is
[startDate, endDate]
at all times but that's really not what the code does. For instance:Why is it only sending one date instead of both? This seems odd.
Beta Was this translation helpful? Give feedback.
All reactions