Date Calculation

A

Adam Harding

Hi

I need to set one Field's Value to a manual date picker field plus 2 days IE

Delivery Date is set to 12/31/2005 I want to set the CallBack Date equal to
1/2/2006

Can't do it easily in infopath. I don't use C#, or .NET and am programming
in Jscript. Can anyone help, please as i need to roll this solution out in
3.5 hours.

Thanks
 
F

Franck Dauché

Hi Adam,

Do a search on "programmatically set date", Scott shows some JScript code.
Hope that it helps.

Regards,

Franck Dauché
 
A

Adam Harding

Cheers Franck

To keep things simple i am going to do the calcualtion in my DBase as it is
a one-liner, strictly keeping it to KEEP IT SIMPLE STUPID or KISS as it is
known

Cheers
 
Top