var lineExpectedDate = format.format({ val...
# suitescript
a
var lineExpectedDate = format.format({ value: line['Expected Receipt Date'], type: format.Type.DATETIME }); lineExpectedDate = format.parse({ value: lineExpectedDate, type: format.Type.DATE });