datetime_diff
Calculate the number of days between two dates by subtracting Date B from Date A. Use it to measure date spans for scheduling, billing, or project timelines.
Instructions
Return the number of days between two dates (a - b).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_a | Yes | ||
| date_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |