Add the following column in the search
search.createColumn({
name: "formulatext",
formula: "TO_CHAR({trandate},'DD/MM/YYYY')",
label: "Expiry Date"
})
Add the following column in the search
search.createColumn({
name: "formulatext",
formula: "TO_CHAR({trandate},'DD/MM/YYYY')",
label: "Expiry Date"
})