Add Time to Date
Adds specific number of units (days, years) to a date.
Add a specific amount of days or years to a date.
Action Inputs
| Name | Type | Description |
|---|---|---|
| Date | String | The date string to add time to |
| Unit | String | The unit to add. Can either be days or years |
| Count as Business Days? | Boolean | Whether to count additional days as working days only |
| Number to Add | Number | The Amount of units (days or years) to add |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the operation was successful or not |
| New Date | String | The new date with the time added |
Updated almost 2 years ago
