Answered
Here is my problem-and I'm new to Acrobat, so there might be a way to do this-and it concerns dates on a time sheet. I have a time sheet that I have all of the hourly calculations, totals, etc. working. What I need to know, is there a way to populate the dates for each day from one date? What I mean is, when someone enters the beginning date, is there a way to fill out all of the date fields for each day from that one entry? I have the first day set with the beginning date (it is in a separate field). I can get it to work in Excel but the boss wants it in PDF form.
Thom Parker has written [url=http://www.acrobatusers.com/tutorials/2006/date_time_part1]Working with date and time in Acrobat JavaScript (Part 1 of 3)[/url] that shows how to do day calculation in Acrobat JS. LiveCycle Designer has not only the ability to use Acrobat JS, but also has FormCalc that has date functions that convert a date string to the number of days from an Epoch date and convert the number of days from the Epoch date to a string date.
George Kaiser