Wedding Countdown Calculator

Count down to your wedding with exact days, weeks, and months.
Includes a planning checklist from booking vendors 12 months out to the rehearsal dinner.

Wedding Countdown

A wedding countdown is the number of whole days between today and the wedding, and what you should already have booked by now.

Formula: Days Remaining = Wedding Date − Today’s Date

Both dates are taken at local midnight, so the answer is a whole number of calendar days rather than a fraction. That matters more than it sounds, and it is where most countdown scripts go wrong. A browser reads the date 2026-06-14 from a date field as midnight UTC, not midnight where you are, so anyone west of Greenwich gets an answer a day out unless the code takes the year, month and day apart and rebuilds them locally. This one does.

Weeks and months come from the same figure: weeks are days ÷ 7, and months use the average calendar month of 30.44 days rather than a flat 30. Over a year that difference is five days, which is enough to move a milestone.

Planning milestones by days remaining:

Days out What should be done
365 Venue, photographer and caterer booked
270 Save-the-dates sent, dress ordered, florist booked
180 Invitations ordered, band or DJ booked, attire chosen
90 Invitations posted, honeymoon booked, rehearsal dinner planned
30 Final fittings, every vendor confirmed, marriage licence in hand
7 Final head count to the caterer, seating chart finished
0 Breathe. It goes fast.

The calculator splits that list in two for you: what is still ahead, and what you are already past and should have finished. The second list is the useful one, because a countdown that only shows the comfortable distant items is how people find out in month four that the dress has a six-month lead time.

Dress lead times are the classic one. A made-to-order gown routinely takes six to eight months from the shop floor, plus two months of fittings. At 270 days out that is not early, it is on time, and a bride ordering at 150 days is paying a rush fee whether the shop mentions it or not.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.