K3 Documents

Adjust a Date by Adding or Subtracting Months

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())
Click to copy
Previous Article Compare Dates
Next Article Replace Parts of a String