Hi,
I have a date in {{api_service_response.Value.body.d.results[0].InvoiceDate}} which gives me "/Date(1535673600000)/"
so i want to convert to human readable format so i am doing
{{formatDate api_service_response.Value.body.d.results[0].InvoiceDate 'YYYY-MM-DD'}} but getting "null" as output,
can you guide me
Thanks
Kishore