Convert dates format from YYYY-MM-DD into DD/MM/YYYY

Please log in or register to do it.

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.

Conversion Modes:


Converts every date in the input text from YYYY‑MM‑DD to DD/MM/YYYY.

Converts only those dates that include the specified substring(s). Enter a comma‑separated list (e.g., 2023, 2020).

Converts every date except those that contain the specified substring(s). Enter a comma‑separated list (e.g., 1999).

Converts each date and then formats it using a custom format. Use {day}, {month}, and {year} as placeholders.

Examples:

Convert All Dates

Every date in YYYY‑MM‑DD format is converted to DD/MM/YYYY.

Before:
The event is scheduled for 2023-12-25 and the deadline is 2024-01-01.
After:
25/12/2023
01/01/2024

Convert Only Dates Matching Specified Substrings

Only converts dates that contain the specified substring (e.g., "2023").

Before:
Important dates: 2023-12-25, 1999-07-04, and 2023-01-15.
After (specifying "2023"):
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").

Before:
Dates: 2023-12-25, 1999-07-04, 2023-01-15.
After (excluding "1999"):
25/12/2023
15/01/2023

Convert Dates with Custom Format

Converts each date and applies a custom format.

Before:
Deadline: 2023-12-25.
After (format "[Date: {day}/{month}/{year}]"):
[Date: 25/12/2023]
Convert text into Base64 encoding
Convert numbers into words

Your email address will not be published. Required fields are marked *