ericbirdsall
05/27/2022, 4:29 PMlet todaysDate = format.format({
value: new Date(),
type: format.Type.DATE
})
purchaseReq.setValue({
fieldId: 'duedate',
value: todaysDate
});
Logged out todaysDate and got 5/27/2022Sandii
05/27/2022, 4:36 PMnew Date()
when using setValue, or make it a string and use setText
jen
05/27/2022, 4:45 PMjen
05/27/2022, 4:45 PMericbirdsall
05/27/2022, 4:47 PM