Could any please help me on this issue?
I have a web document with a date field, and I need to get this date and put it in anothers date fields changing the values automatically. Ex: If I have 02/10/2006 (using web calender picker) on the web field, I need 02/11/2006, 02/12/2006, 02/13/2006… on the destination fields.
Thanks in advance,
Bia
Subject: using web calender picker
Two options:1. If you need to display those destination fields as document is being edited, use JS to manipulate and pass the values (the dates are simply text on the web).
- If there is no need to display these at the front end, use computed fields with @Adjust to create the dates needed.
HTH,
Simeon
Subject: RE: using web calender picker
Hi Simeon,Thank you. Those tips were very helpful. I will be the option 1. Thanks again.