datetime_diff
Calculate the difference between two dates or times. Input start and end dates to get the duration between them.
Instructions
Calculate the difference between two dates/times
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (ISO 8601 or common formats) | |
| from | Yes | Start date (ISO 8601 or common formats) |