Adds additional days to the original date (as specified by the From date
input).
- From date
- A String object that represents the original date.
- Date format
- A String object that represents the date's format.
- Day to add
- An integer that specifies the number of days to add to the original
date.
Returns a String object that contains the updated date.
