you would need a format.parse to turn the create d...
# suitescript
b
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
Thanks, it worked
Is nlapiDateToString(d, format) and nlapiStringToDate(str, format) the correct equivalent for Suitescript 1.0?