datetime_add_to_date
Add specific durations to a date by specifying years, months, days, hours, or minutes to calculate a new date.
Instructions
Add a duration to a date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| days | No | ||
| hours | No | ||
| years | No | ||
| months | No | ||
| minutes | No |