How to convert Date Time field value to ISO format value
I have written below script on the "sn_customerservice_case" table to convert date time field value to ISO format.var updated = current.getDisplayValue('sys_updated_on'); var dt = updated.split(' '); var f = dt[0].split('-'); var...