In this case, though, if you just need to add a se...
# suitescript
a
In this case, though, if you just need to add a set number of days, I would just do
var addDays = 1; var newDate = new Date( new Date( record.getValue({ fieldId: "myDateField" }) ).getTime() + ( 1000 * 60 * 60 * 24 * addDays ) )