I'm having the same problem as described above but I am using JavaScript
to reflect the current date: var msNow = (new Date()).getTime(); var d1
= new Date(msNow); this.rawValue = util.printd("mm/dd/yyyy", d1);The
user can override the current date and save the form, BUT when the form
is reopened it will run again and insert the current date over the user
entered date.(I've tried several variations of "if (this.isNull)" to the
above code which results in "01/00/0000" when opening the saved form
...