Adds additional months to the original date.
- 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.
Returns a String object that contains the updated date.
