Hello,I am using the below script (which I have found in this forum) in order to get a date from datefield1, add one year and give the date to datefield2.It works fine.var oDate = util.scand("yyyy-mm-dd", this.rawValue); var sFullYear = oDate.getFullYear(); var sMonth = oDate.getMonth(); var sDate =...