Skip to Content
0
Jun 30, 2020 at 11:14 AM

how to change date format of the response in sap conversational AI chat bot

417 Views Last edit Jun 30, 2020 at 11:17 AM 3 rev

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