Copy and Paste the following formula using your data where necessary.
Description:
Add or subtract months from a date
new java.util.Date({fld}.getYear(), {fld}.getMonth() - 1, {fld}.getDate())
Click to copy
Updated on
Copy and Paste the following formula using your data where necessary.
Description:
Add or subtract months from a date
new java.util.Date({fld}.getYear(), {fld}.getMonth() - 1, {fld}.getDate())