I am using Acrobat 8.0 Pro and LiveCycle. Creating a timesheet and want users to only fill in the "week ending" date field, then have the rest of the date fields calculate based on that entry. Not great at JavaScript.
I am using Acrobat 8.0 Pro and LiveCycle. Creating a timesheet and want users to only fill in the "week ending" date field, then have the rest of the date fields calculate based on that entry. Not great at JavaScript.
Here is an example using Acrobat. The field with the ending date of the week is "week.ending", the days of the week are named "date.0" - "date.6", "date.6" being the same date as the "week.ending". The format for the "week.ending" field is "mmmm dd, yyyy" and the format for the "date" fields is "none" since the sript will format the text to "mm/dd".
The "custom calculation script" for the "week.ending" field is:
George Kaiser