was actually simpler than I thought, surprisingly ...
# suitescript
t
was actually simpler than I thought, surprisingly netsuite didn't choke on this at setValue():
Copy code
var dueDate = new Date(Date.now() + (1000*60*60*24*/*lead time days*/10));