Hello,I am working on a simple form with calculating days. Basically, I need to add 7 years and 6 months onto a date entered by the user. Here is my current coding.if(HasValue(DateTimeField1)) then Num2Date( (Date2Num(SecA.DateTimeField1.formattedValue, "MM/DD/YYYY") + 2739), "MM/DD/YYYY") else null...