Dates & Time

Days Until June (Auto Roll-Over)

Counts the days from today until June, and if June has already passed it rolls over to next year on its own. It also shows the count to June 1, 21, and 30.

Reviewed and updated

How to use
  1. Leave the start on today, or set your own date.
  2. Check the week breakdown and the counts to June 1, 21, and 30.
Jump to
Days until June 1

Calendar weeks
Approx. months
% of the year
Date math uses your inputs as given; check time-zone and leap-year edge cases.
Was this helpful?

Counting to the next June 1

The count runs to June 1, and always to the next one. Once June 1 has passed for the year, it rolls to June 1 of the following year, so the result stays positive. The number is the whole days between today and that date.

Days into weeks and months

weeks = days ÷ 7,   months days ÷ 30.44

Weeks divide cleanly by 7. Months are approximate: 30.44 is the average month length over a full year (365.25 ÷ 12), so a month figure is a guide rather than an exact calendar count. For the exact answer, always read the day count.

Two things people get wrong

  • The year rollover. Once you are past June 1, the answer is not a few days — it is most of a year, because the target is next June.
  • Counting today. "Days remaining" usually excludes today and includes June 1. Being consistent about the endpoints avoids an off-by-one.
  • Leap years. A leap year adds a February 29 to the run-up, so a January-to-June count can differ by one day between years. June 1 itself never moves.

Common questions

Which June 1 does the countdown use?

The next one. If June 1 has already passed this year, the count rolls forward to June 1 of next year, so the number is never negative.

What if it is already June?

The countdown to the next June 1 becomes a full year away, since this June has started. If you meant days until June ends, that is measured from June 1 plus 30 days instead.

How do I turn the days into weeks and months?

Divide the days by 7 for whole weeks, and by about 30.44 for approximate months. The 30.44 is the average month length across a year, so treat the month figure as a rough guide.

From the blog

Guides & how-tos

All articles →