Acrobat Form ...Autofill Date but still change the date manually...
i am using the following script to auto-populate the date field ( under custom calculation script);
var f = this.getField("MyField");
f.value = util.printd("mm/dd/yyyy", new Date());
It works fine.. but i want that after theMAIN FORM is opened and auto-populated.. user can change the date field manually in the MAIN FORM .......... and it will be SAVE AS flattened file.......... again when the MAIN form is opened it should again auto-populate the date
