datetime_add_to_date
Add years, months, days, hours, or minutes to a given date. Specify the starting date and the duration components to compute the resulting date.
Instructions
Add a duration to a date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| years | No | ||
| months | No | ||
| days | No | ||
| hours | No | ||
| minutes | No |