you would need a format.parse to turn the create date string into a Date followed by a format.format to turn the outputted Date into a date time string again
p
Paper Plane Netsuite Group
06/14/2019, 3:13 PM
Thanks, it worked
Paper Plane Netsuite Group
06/14/2019, 3:14 PM
Is nlapiDateToString(d, format) and nlapiStringToDate(str, format) the correct equivalent for Suitescript 1.0?