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

fsnrh2
fsnrh2
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fsnrh2
Customize the badges you want to showcase on your profile
Re: Allow users to change Date/Time field - Adobe LiveCycle 20-06-2011
Nevermind, I believe I found the issue myself. Needed to validate the format of both scripts to the same style.Thanks again for you help!

Views

135

Likes

0

Replies

0
Re: Allow users to change Date/Time field - Adobe LiveCycle 20-06-2011
Thanks for the quick response. Your suggestion did help but it'd broke another Date/Time field I have that calculates the day of the week based off the current date. The second field has another FormCalc script under the calcuate sections, which is shown below, I've tried moving it to different sections as you recommended with the other script but it's not working as expected. Any more suggestions? Thanks.if(HasValue(workdate)) thenNum2Date( (Date2Num(workdate.formattedValue, "MM/DD/YYYY") +0 ),...

Views

132

Likes

0

Replies

0
Allow users to change Date/Time field - Adobe LiveCycle 20-06-2011
Currently I have a Date/Time Field that has a FormCalc script under the calculate section, that is "Concat(Num2Date(Date(), "MM/DD/YYYY"))", which works great at pulling the current date into my form. My problem is that my users need to be able to type in or select a different date from the calendar, which they currently can do, but the selected/typed date will not stay in the field because it's overwritten by the current day. Anyone have suggestions? Thanks.

Views

602

Likes

0

Replies

3