Because formatted date strings are language dependent, you should specify the optional formatted date string pattern.With a field named "MyDate" and a formatted value of "MMM DD, YYYY", the script to add 14 days in FormCalc is:if(HasValue(MyDate)) thenNum2Date( (Date2Num(MyDate.formattedValue, "MMM ...