datetime_parse
Parse an ISO date string into year, month, day, hour, minute, and second components for date handling and validation.
Instructions
Parse an ISO date string and return its components {year, month, day, hour, minute, second}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |