Hi,
I am doing a HTTP get request on API Service and getting this as a part of response :
<d:DueDate>2018-09-21T00:00:00</d:DueDate>
and i want to show this Due date in chat-bot, so I have used :
{{api_service_response.default.body.d.DueDate}}
its showing the output in chat-bot as :
"/Date(1537488000000)/"
how to change this output format to human readable date?
can you help me here,Thanks
Kishore