I meant on the resulting JSON report.When using the dimension 'variables/daterangeday', the date values come in the format 'Month Day, Year', for example:...
"value":"Dec 31, 2017",
...What I'm looking for here would be so these dates come in ISO 8601 format:...
"value":"2017-12-31",
...