Extract Dates

Detect dates in multiple formats: YYYY-MM-DD, MM/DD/YYYY, and written formats like January 1, 2026. Useful for timeline extraction and scheduling.

Example

Input

Meeting on 2026-03-15. Deadline: 01/31/2026. Started March 1, 2025.

Output

2026-03-15
01/31/2026
March 1, 2025

How Extract Dates Works

Detect dates in multiple formats: YYYY-MM-DD, MM/DD/YYYY, and written formats like January 1, 2026. Useful for timeline extraction and scheduling.

This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract Dates, then continue with a related tool to build a multi-step text workflow.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.