Date Normalizer
Normalizes common date formats into ISO 8601 dates.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
value | text | Yes | Value |
Outputs
| Name | Type | Description |
|---|---|---|
iso_date | text | Iso date |
components | any | Components |
work | array | Work |
Sample request
{
"value": "Jan 5th 2024"
}