1 Month From Today

Today
Saturday
December 20
2025
EST Time
In 1 Month
Tuesday
January 20
2026
EST Time

Today is Saturday, December 20, 2025. So, 1 month from today, it will be Tuesday, January 20, 2026.
This is based on EST timezone (which we estimate as your local timezone).

Your Next 1 Month in Numbers

Time is your most valuable asset. The next 1 month represent 768 hours of opportunities. Here's how this time breaks down:

32
Total Days
over 1 month
💼
20
Business Days
for work and projects
🌅
10
Weekend Days
for rest and personal time

Next 1 Month Calendar

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

December 2025

Sun Mon Tue Wed Thu Fri Sat
123456
78910111213
14151617181920
21222324252627
28293031

January 2026

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

Time Breakdown

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

768 hours in total 32 days × 24h
256 hours of sleep 8h per day
160 working hours 8h per business day
8% of a year 1 out of 12 months

Calculate Any Date

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

Calculate in Code

To calculate a date 1 month from today in different programming languages, use these examples:

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

future_date = datetime.now() + relativedelta(months=1)
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(1);
        System.out.println(futureDate);
    }
}
-- SQL (MySQL)
SELECT DATE_ADD(CURDATE(), INTERVAL 1 MONTH) as future_date;

Frequently Asked Questions

How many days are in 1 month?

In the next 1 month there will be 32 days, including 20 business days (Monday-Friday) and 10 weekend days (Saturday-Sunday).

How many hours are in 1 month?

There are exactly 768 hours in 1 month (32 days × 24 hours).

Will 1 month from today be in the same year?

No, 1 month from today falls outside of the current calendar year.

How many weeks are in 1 month?

1 month contains approximately 4 complete weeks and 4 additional days.

How many business days are in 1 month?

In the next 1 month, there are 20 business days (Monday-Friday) and 10 weekend days (Saturday-Sunday).

A typical month contains around 21-22 business days, so 1 month usually has approximately 21-22 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