I have a datefield, holddate, that I want to add 6 or 12 weeks to, based on a radiobutton click, and display the new date in another datefield, restartdate.......the holddate defaults to Date(), unless changed by the user.... formatted "MM-DD-YYYY"my code looks like: var dtToday = this.resolveNode("HoldDate").rawValue;app.alert(dtToday);var intWkDate=Date2Num(form1.LabCoatOrder.HoldDate);app.alert(intWkDate); app.alert(dtToday); displays 201...