Add Month

Adds additional months to the original date.

Inputs

From date
A String object that represents the original date.

Date format
A String object that represents the date's format.

Month to add
An integer that specifies the number of months to add to the original date.

Output

Returns a String object that contains the updated date.

Copyright IBM Corp. 2003, 2004