Jesper M
10/19/2022, 1:16 PMalien4u
10/19/2022, 1:21 PMJesper M
10/19/2022, 1:23 PMWatz
10/19/2022, 1:33 PMJesper M
10/19/2022, 1:40 PMJesper M
10/19/2022, 1:43 PMWatz
10/19/2022, 1:45 PMformat.format({
value: myVariable, //if myVariable is a date-object
type: format.Type.DATE
})
Jesper M
10/19/2022, 1:46 PMWatz
10/19/2022, 1:48 PMrequire(['N/format'], function(format) {
console.log(format.format({
value: new Date(),
type: format.Type.DATE
}))
})