when you create a new `Date` object, it doesn't re...
# suitescript
s
when you create a new
Date
object, it doesn't remember the date format you used to create it. If you call
.toISOString()
on that date you should expect the second format you show.
👍 1