Question
Auto fill dates and days in pdf form
Hi,
I found in the community page on how to insert auto date in the pdf form.
this.getField("Today").value = util.printd("dd-mm-yyyy", new Date());
But I want to auto populate both date and day (eg 25 Dec 2024, Wednesday) etc..
I am not sure on the JS or how to write the code.
Appreciate any help.
