Hey guys. I’m using an HTTP GET request, which brings back some JSON data. Some of the values are dates in the format “yyyy-mm-dd hh:mm:ss”. I’d like to format the date in my answer back, using the format “dd mmm yyyy”.
At the moment the I have this: Your order will be delivered on: {{call_api_to_get_order_status.data__response__promise_date}
How do I specify the format in there?