This tool converts dates from the YYYY‑MM‑DD format into the DD/MM/YYYY format. It processes your input text and replaces every occurrence of a date in the YYYY‑MM‑DD format with the equivalent date in DD/MM/YYYY format. You can further refine the conversion by choosing to convert only dates that match specified substring(s), convert all dates except those containing specified substring(s), or display the converted dates using a custom format with placeholders. Simply enter your text, select the conversion mode and any additional settings, then click the process button.
Examples:
Convert All Dates
Every date in YYYY‑MM‑DD format is converted to DD/MM/YYYY.
The event is scheduled for 2023-12-25 and the deadline is 2024-01-01.
25/12/2023 01/01/2024
Convert Only Dates Matching Specified Substrings
Only converts dates that contain the specified substring (e.g., "2023").
Important dates: 2023-12-25, 1999-07-04, and 2023-01-15.
25/12/2023 15/01/2023
Convert All Except Dates Containing Specified Substrings
Converts every date except those that contain the specified substring (e.g., "1999").
Dates: 2023-12-25, 1999-07-04, 2023-01-15.
25/12/2023 15/01/2023
Convert Dates with Custom Format
Converts each date and applies a custom format.
Deadline: 2023-12-25.
[Date: 25/12/2023]