I
IramK
Guest
Hello, I was trying to create a trigger/batch job that would take on a date in UTC format and assign it to a javascript date object. However, every time I try to do this, it gives me an invalid date. Is this something to do with the server-side javascript engine? Code: var dateVal = new Date("2016-11-04T15:50:54.0664381+00:00"); // results in Invalid Date
Continue reading...
Continue reading...