wsangster
06/14/2019, 3:59 PMvar techStartTime = new Date('2019-06-12T18:00:00Z');
log.debug({
title: 'tech Start Time',
details: techStartTime,
});
It Errors out on the log.debug with Date is Invalid, but if I do it all manually in the console it works fine.stalbert
06/14/2019, 4:01 PMnlapiDateToString()
firstwsangster
06/14/2019, 4:01 PMstalbert
06/14/2019, 4:04 PMstalbert
06/14/2019, 4:05 PMwsangster
06/14/2019, 4:07 PMformat.format
now in the SS2 book now that you mentioned that there is a difference in how dates are handled in SS1 vs SS2.battk
06/14/2019, 11:06 PMwsangster
06/14/2019, 11:50 PMsetValue
when I needed a setText
. In the end I figured out how to format the date time in the system that generates it to only pass what I needed.