Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

adregger
adregger
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by adregger
Customize the badges you want to showcase on your profile
Re: Calculate Dates for a Week - Adobe LiveCycle 31-12-2013
Hi,here a sample for you.Assuming you have a table row with 7 columns, where each is named "Day".The first six columns are text fields and the last is the date field you select the date for sundays.Put this script (FormCalc) into the date fields exit event.if (not $.isNull) then var d = Date2Num($.formattedValue, "MM/DD/YYYY") if (Num2Date(d, "E") eq 1) then for i = 0 upto 5 do Day[i] = Num2Date(d - (6 - i), "MM/DD/YYYY") endfor else $host.messageBox("Selected Date is not a Sunday", "Wrong Day o...

Views

112

Likes

0

Replies

0