I’m construct a JSON export utilizing a View in Drupal 8. Downside is that Drupal Development parameters for retrieving Drupal Development json would not appear to work as I’d need.
In my View I would like use two uncovered filter standards to pick out a date vary. Each fields are Date and Time fields. When clicking on one among Drupal Development standards I’ve created it says:
Worth sort
A date in any machine readable format. CCYY-MM-DD HH:MM:SS is most well-liked.
I would really like this url with this parameter values to work: http://instance.com/api/?begin=20161101&finish=20161102
I assumed it was working at first, however apparently not once I get my outcomes.
This works:
http://instance.com/api/?begin=2016-12-08percent2000percent3A00percent3A00&finish=2016-12-21percent2024percent3A00percent3A00
I’m making an attempt to have these clear parameters as an alternative. How can I alter Drupal Development filter format to make use of Drupal Development YYYYMMDD
format? I do not need to change my subject sort as a result of it’s storing Drupal Development time for my occasions. I need to get Drupal Development knowledge by way of solely dates.