Days Until Date Calculator
Count how many days and weeks remain from today until any chosen date.
Target date
172 day(s) from now — falls on a Friday
- 1
Milliseconds per day
24 × 60 × 60 × 1,000 = 86,400,000 - 2
Days until target
(target midnight − today midnight) ÷ 86,400,000 = 172Both dates are anchored to midnight so whole calendar days are counted.
Formula
How this is calculated
The calculator works with two dates: "today", read from your device clock in your local time zone, and the target date you pick. Both are normalised to midnight (the start of the day), so only whole calendar days are compared and the time of day never skews the count.
It then subtracts today's timestamp from the target's timestamp. Internally dates are milliseconds since the epoch, so the gap is divided by 86,400,000 (the number of milliseconds in one day: 24 hours times 60 minutes times 60 seconds times 1000) and rounded to the nearest whole day. A positive number means the date is in the future, zero means it is today, and a negative number means it has already passed. Weeks are simply that day count divided by 7, and the weekday is the day name the target date lands on.
Note that this counts every calendar day, including weekends and holidays, and that daylight-saving shifts are smoothed out by the midnight normalisation, so spring-forward and fall-back days are still counted as full days.
About this calculator
The days until calculator counts the whole days between the current date and a target date you choose. It is handy for counting down to a birthday, holiday, deadline, exam, vacation, or any future event. The result also shows the number of weeks remaining and the weekday the target date falls on.
Frequently asked questions
Today is read from your device clock when the page loads, using your local time zone, and is normalised to midnight so partial days do not skew the count.
Yes. If you choose a date in the past, the result becomes negative and the helper text tells you how many days ago it was.
This tool counts every calendar day. To count only working days, use the Business Days Calculator.
Also known as
TG we-Calculate Editorial Team. (2026). Days Until Date Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/days-until-calculator
TG we-Calculate Editorial Team. "Days Until Date Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/days-until-calculator.
TG we-Calculate Editorial Team, "Days Until Date Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/days-until-calculator
@misc{wecalculate_days_until_calculator, title = {Days Until Date Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/days-until-calculator}}, year = {2026}, note = {TG we-Calculate} }
Did this calculator help you?
