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 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.


