Why is it I can get a date field and use it like a...
# suitescript
k
Why is it I can get a date field and use it like a date object and add time to it etc, but I can't set a date field using a date object as a value?
z
Date values must be set in a format that corresponds to the default format of the current session. Use N/format to output the date as a string in the correct format.
s
this should not be the case for SS2?