This tool converts a numeric date into words. It supports input dates in either YYYY‑MM‑DD or MM/DD/YYYY format and converts them into a full verbal representation. You can choose a default conversion mode or provide a custom format using placeholders—{month} for the month name, {day} (or {ordinalDay}/{cardinalDay}) for the day in words, and {year} for the year in words. Simply enter your date, select the desired conversion mode, adjust the settings, and click the process button.
Examples:
Convert YYYY‑MM‑DD to Words (Ordinal Day)
Converts a date in YYYY‑MM‑DD format into words using an ordinal day.
Before:
2023-03-26
After:
March Twenty-Sixth, Two Thousand Twenty-Three
Convert MM/DD/YYYY to Words (Cardinal Day)
Converts a date in MM/DD/YYYY format into words using a cardinal day.
Before:
03/26/2023
After:
March Twenty-Six, Two Thousand Twenty-Three
Convert Date with Custom Format
Converts the date into words and applies the custom format.
Before:
2023-03-26
After (Format "On {month} {ordinalDay}, {year}"):
On March Twenty-Sixth, Two Thousand Twenty-Three