Hello:
I am designing a form and I would like to have a Date field where the date that the form is initially filled out is displayed automatically. I would be grateful if some one would let me know the procedure. Thank you.
Hello:
I am designing a form and I would like to have a Date field where the date that the form is initially filled out is displayed automatically. I would be grateful if some one would let me know the procedure. Thank you.
this.getField("CurrentDate").value = new Date();
In LiveCycle Designer one can use
Num2Date(Date());
in the calculation field to input the current date
George Kaiser