i tried this code to convert but its not working.
var date = new Date(parseInt(crmDate.replace("/Date(", "").replace(")/", ""), 10));
date = date.toISOString();
return date;
does anyone knows how to convert the time and date from an array to stringUTC time and date "2018-08-09T16:00:00.000Z"
*This post is locked for comments