I have a form that accepts a Date (SWMSDate) in a Date Field. I want
another Date field (ReviewDate) to be automatically set 1 year in the
future. I have tried quite a (large) number of methods searched from the
internet, and cannot get the form to do this.I am very new to Livecycle
(only attempting to learn it for this one form), and would appreciate
any help.My code in SWMSDate is:form1.Page01.SWMSDate::calculate -
(JavaScript, client)if (this.rawValue == null){ var msNow = (new
Date()).getTim...