Don't repopulate the Date , Mate.
I have a field that populates a date when the form is created. I dont want it to repopulate every time the PDF opens after that.
My code:
var f = this.getField("ExamDate");
f.value = util.printd("mm/dd/yyyy)", new Date());
How do I do the null check?
