60 Days Ago

60 Days Ago
Thursday
April 10
2025
EDT Time
Today
Monday
June 9
2025
EDT Time

Today is Monday, June 9, 2025. 60 days ago, it was Thursday, April 10, 2025.
This is based on EDT timezone (which we estimate as your local timezone).

Your Last 60 Days Breakdown

Every day counts differently. Here's how your 60 days have been divided:

💼
43
Business Days
Monday through Friday
🌅
17
Weekend Days
Saturdays and Sundays
📅
8
Complete Weeks
Plus 4 extra days

Last 60 Days Calendar

See your time period at a glance with this calendar highlighting the past 60 days.

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

Calculate Other Time Periods

Need a different calculation than sixty days ago?
Use our calculator to find any past or future date based on your specific requirements.

In 60 Days the Average Person Has Spent...

480 hours sleeping 8 hours a day
90 hours eating 1.5 hours a day
480 hours working 8 hours a day
60 hours commuting 1 hour a day
120 hours socializing 2 hours a day
30 hours exercising 0.5 hours a day
240 hours screen time 4 hours a day
120 hours relaxing 2 hours a day

Calculate in a Spreadsheet or with Code

Here's how to calculate a date sixty days ago using popular programming languages and tools:

=TODAY() - 60
// PHP
$pastDate = date('Y-m-d', strtotime('-60 days'));
echo $pastDate;
// JavaScript
const pastDate = new Date();
pastDate.setDate(pastDate.getDate() - 60);
console.log(pastDate.toISOString().split('T')[0]);
# Python
from datetime import datetime, timedelta

past_date = datetime.now() - timedelta(days=60)
print(past_date.strftime('%Y-%m-%d'))
// Java
import java.time.LocalDate;

public class DateCalculation {
    public static void main(String[] args) {
        LocalDate pastDate = LocalDate.now().minusDays(60);
        System.out.println(pastDate);
    }
}
-- SQL (MySQL)
SELECT DATE_SUB(CURDATE(), INTERVAL 60 DAY) as past_date;

Frequently Asked Questions

How accurate is the 60 days ago calculation?

Our calculator provides exact day-by-day calculations, accounting for:

  • Exact calendar days (including weekends)
  • Business days (Monday through Friday)
  • Month transitions
  • Leap years when applicable

How do 60 days compare to months?

60 days is approximately 2 months. The exact length can vary since months have different numbers of days (28-31 days).

How many business days are in 60 days?

In the last 60 days there has been 43 business days (Monday-Friday) and 17 weekend days (Saturday-Sunday).

In general, any 60-day period typically contains 41-44 working days and 16-19 weekend days. This can vary depending on which day of the week the period starts and ends.

60 Days Ago Recap

When we look back to Thursday, April 10, 2025, your body has been busy! Your skin has completely renewed itself 2 times, you've shed approximately 3,000 dead skin cells, and your red blood cells have made 60,000 trips around your body.

The average person's nose has filtered about 6,000 cubic feet of air, their eyes have processed roughly 600,000,000 pieces of visual information, and their brain has generated enough electricity to power a small LED bulb for 1,440 hours.

The Sun has fused 36,000,000,000 tons of hydrogen into helium, while our planet has traveled 96.0 million miles through space. Light from the Sun has taken 498 minutes to reach Earth each day, bringing us energy, warmth, and the rhythm of day and night.

In technological terms, approximately 21,000,000 tweets were posted each minute, 12,000,000 Instagram photos were shared each hour, and about 300,000,000,000 Google searches were performed by people around the world.

Breaking it down further, that's 1,440 hours, 86,400 minutes, or precisely 5,184,000 seconds since that Thursday morning.

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