3 Months From Today

Today
Thursday
April 24
2025
EDT Time
In 3 Months
Thursday
July 24
2025
EDT Time

Today is Thursday, April 24, 2025. So, 3 months from today, it will be Thursday, July 24, 2025.
This is based on EDT timezone (which we estimate as your local timezone).

Your Next 3 Months in Numbers

Time is your most valuable asset. The next 3 months represent 2,208 hours of opportunities. Here's how this time breaks down:

92
Total Days
over 3 months
💼
65
Business Days
for work and projects
🌅
26
Weekend Days
for rest and personal time

Next 3 Months Calendar

Planning ahead for the next 3 months? Get a clear view of your upcoming schedule at a glance with this extended calendar.

April 2025

Sun Mon Tue Wed Thu Fri Sat
12345
6789101112
13141516171819
20212223242526
27282930

May 2025

Sun Mon Tue Wed Thu Fri Sat
123
45678910
11121314151617
18192021222324
25262728293031

June 2025

Sun Mon Tue Wed Thu Fri Sat
1234567
891011121314
15161718192021
22232425262728
2930

July 2025

Sun Mon Tue Wed Thu Fri Sat
12345
6789101112
13141516171819
20212223242526
2728293031

Time Breakdown

In 3 months you have a total of 92 days (2,208 hours) to work, rest, and live.
Here's how that time typically breaks down, helping you better plan your months ahead:

2,208 hours in total 92 days × 24h
736 hours of sleep 8h per day
520 working hours 8h per business day
25% of a year 3 out of 12 months

Calculate Any Date

Need a different calculation than three months from today?
Use our calculator to find any past or future date based on your specific requirements.

Calculate in Code

To calculate a date 3 months from today in different programming languages, use these examples:

=EDATE(TODAY(), 3)
=DATE(YEAR(TODAY()), MONTH(TODAY()) + 3, DAY(TODAY()))
// PHP
$futureDate = date('Y-m-d', strtotime('+3 months'));
echo $futureDate;
// JavaScript
const futureDate = new Date();
futureDate.setMonth(futureDate.getMonth() + 3);
console.log(futureDate.toISOString().split('T')[0]);
# Python
from datetime import datetime
from dateutil.relativedelta import relativedelta

future_date = datetime.now() + relativedelta(months=3)
print(future_date.strftime('%Y-%m-%d'))
// Java
import java.time.LocalDate;

public class DateCalculation {
    public static void main(String[] args) {
        LocalDate futureDate = LocalDate.now().plusMonths(3);
        System.out.println(futureDate);
    }
}
-- SQL (MySQL)
SELECT DATE_ADD(CURDATE(), INTERVAL 3 MONTH) as future_date;

Frequently Asked Questions

How many days are in 3 months?

In the next 3 months there will be 92 days, including 65 business days (Monday-Friday) and 26 weekend days (Saturday-Sunday).

How many hours are in 3 months?

There are exactly 2,208 hours in 3 months (92 days × 24 hours).

Will 3 months from today be in the same year?

Yes, 3 months from today falls within the current calendar year.

How many weeks are in 3 months?

3 months contains approximately 13 complete weeks and 1 additional day.

How many business days are in 3 months?

In the next 3 months, there are 65 business days (Monday-Friday) and 26 weekend days (Saturday-Sunday).

A typical month contains around 21-22 business days, so 3 months usually has approximately 63-66 business days, though this can vary based on holidays and how the weekends fall.

Weeks from today

Days from today

Months from today

Weeks ago

Days ago

Months ago

Hours ago

Hours from now

Minutes ago

Minutes from now