Extract Dates from Project Plans

Project plans are full of milestone dates, deadlines, and review dates. Paste your plan text to get a clean list of every date mentioned.

How to do this

1

Copy your project plan text

2

Paste into the tool

3

Extract all dates

4

Use for your timeline

Paste text below and run the tool. Everything runs locally in your browser. No data is stored.

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.

TextRefinery — Browser-first text transformation tools. All processing happens locally in your browser.

Example: Extract Dates from Project Plans

Input

Kickoff: January 10, 2026
Design complete: 2026-02-15
Dev complete: 03/30/2026
Launch: April 15, 2026

Output

January 10, 2026
2026-02-15
03/30/2026
April 15, 2026