Hello, i'm trying to adapt some old script in an xdp document.While previewing a document that should display a date in livecycle designer works well, this code doesn't work in HTML mode: myDate=util.printd("dd/mm/yyyy",new Date());this.rawValue=myDate;trying to catch the error i get: "referenceErro...