Resolved! Need to pull a date from one field, add a year, and set it into another field
Hello all,I'm trying to pull the date from a date field and add a year to it and then place it in another date field.current code:var startDate = g_form.getValue('accessStartDate'); var oneYear = startDate; oneYear.setFullYear(oneYear.getFullYear() +...
