05-02-2009
Niall_O_Donovan
Niall_O_Donovan
06-02-2009
06-02-2009
pmcalex
pmcalex
01-04-2009
Jono_Moore
Jono_Moore
01-04-2009
pmcalex
pmcalex
01-04-2009
stephenf8734174
stephenf8734174
19-11-2015
Hi Niall,
This is sort of related to this discussion. I have a form with two date fields - I want the user to select a date in the first field and then the second field populates the same date but it then able to be overridden by the user without this affecting the first date field. Is this possible, and how would it be done. I am fairly new to scripting and LiveCycle. Thanks for your help.
ianp333321
ianp333321
27-04-2017
I realize this is an old post however, in the event someone else sees this post and is learning JS;
You add 2 date fields and on the 1st one under the exit event you add the following code:
DateField2.formattedValue = this.formattedValue;
Best regards
Ian.