This tool extracts all dates in the YYYY-MM-DD format from your text. It provides flexible options so you can extract every date, extract only dates that match specified substrings, extract all except those containing specified substrings, or format the extracted dates using a custom format. Simply enter your text and select the extraction mode that suits your needs.
Examples:
Extract All Dates
Every date in the YYYY-MM-DD format is extracted from the text.
Meeting dates: 2023-03-26, 2020-01-15, and 1999-12-31.
2023-03-26 2020-01-15 1999-12-31
Extract Only Dates Matching Specified Substrings
Only dates containing the specified substring (e.g., "2023") are extracted.
Important dates: 2023-03-26, 2020-01-15, and 1999-12-31.
2023-03-26
Extract All Except Dates Containing Specified Substrings
Extracts every date except those containing the specified substring (e.g., "2020").
Important dates: 2023-03-26, 2020-01-15, and 1999-12-31.
2023-03-26 1999-12-31
Extract Dates with Custom Format
Each extracted date is formatted using a custom format (e.g., wrapping in square brackets).
Deadline: 2023-03-26.
[2023-03-26]