Add Day
Adds additional days to the original date (as specified
by the From date input).
Inputs
- 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.
Output
Returns a String object that contains the updated date.
