datetime_add_days
Add a specified number of days to any date and get the resulting ISO date string. Useful for date calculations and scheduling.
Instructions
Add N days to a date and return the resulting ISO date string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| date_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |