Date Converter & Info
Pick a date and click Convert & Analyse to see detailed date information
Quick Date Facts
Q1
Q1
Q1
Q2
Q2
Q2
Q3
Q3
Q3
Q4
Q4
Q4
Pick a date and click Convert & Analyse to see detailed date information
Reformat a date: Converts one date into five common written formats, including the day-first and month-first orders.
Calendar details: Reports the weekday, day of the year, week number, quarter, days in that month and whether it is a leap year.
Timestamps: Also gives the Unix timestamp and how many days the date is from today.
Pick a date and this page rewrites it in the format you need and describes where it falls in the calendar. It is useful when a form demands a specific date order, or when you need to know the quarter, week number or weekday for a given day.
To be clear about the name, this tool does not turn a number of months into a date range. It works on one date at a time and reformats and analyses it.
A date such as 03/04/2026 is genuinely ambiguous. Read day-first it is 3 April; read month-first it is 4 March. Any date where both parts are twelve or below can be misread, which is a common source of errors in spreadsheets and forms.
The YYYY-MM-DD order avoids the problem entirely and has the useful property that sorting the text alphabetically also sorts it chronologically. That is why databases and log files prefer it.
The conversion happens in your browser using its built-in date handling. Nothing is sent to a server.
It takes one date and rewrites it in a different format, then reports calendar details about it such as the weekday, week number and quarter. Despite the page address, it does not convert a number of months into a date range.
Read day-first it is 3 April; read month-first it is 4 March. Any date where both the day and month are twelve or below can be misread, which is a frequent source of errors in forms and spreadsheets.
YYYY-MM-DD. It is unambiguous, and sorting it as text also sorts it chronologically, which is why databases and log files prefer it.
No. A simple count from 1 January is used, which can differ from the ISO 8601 standard at the very start and end of a year. If you need strict ISO week numbering, verify it separately.
By the standard rule: a year divisible by four is a leap year, except century years, unless they are divisible by 400. So 2000 was a leap year and 1900 was not.
The date is read as local midnight, and the ISO form is expressed in UTC. If your time zone is far from UTC, the two can fall on different calendar days.
Keep moving through common developer workflows with Age Calculator, Word & Character Counter, Case Converter. You can also browse the full Developer Tools collection or return to the all tools hub.