I have a text box DeliveryDate formatted as Date/Time with binding set
to Data Format "DATE" and all patterns set to "MMMM D, YYYY" (which
should result in January 5, 2015, etc.). Dates are picked via the drop
down.I have a floating field LateDueDate formatted as Text, no patterns
set.I am trying to take DeliveryDate and add 30 days and have the result
populate LateDueDate.In the Exit event of DeliveryDate (using FormCalc)
I have the
following:EVI_Contract.EVI_Main.PaymentTerms.LateDueDate.forma...