I need in whatever format is necessary to be able ...
# suitescript
c
I need in whatever format is necessary to be able to set a date field in NS like this:
Copy code
myRecord.setValue({
    fieldId: 'adatefield',
    value: aDateValue
});