Today is Sunday, April 5, 2026.
14 days ago, it was Sunday, March 22, 2026.
This is based on EDT timezone (which we estimate as your local timezone).
Every day counts differently. Here's how your 14 days have been divided:
See your time period at a glance with this calendar highlighting the past 14 days.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |
Need a different calculation than fourteen days ago?
Use our calculator to find any past or future date based on your specific requirements.
Here's how to calculate a date fourteen days ago using popular programming languages and tools:
=TODAY() - 14
// PHP
$pastDate = date('Y-m-d', strtotime('-14 days'));
echo $pastDate;
// JavaScript
const pastDate = new Date();
pastDate.setDate(pastDate.getDate() - 14);
console.log(pastDate.toISOString().split('T')[0]);
# Python
from datetime import datetime, timedelta
past_date = datetime.now() - timedelta(days=14)
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(14);
System.out.println(pastDate);
}
}
-- SQL (MySQL) SELECT DATE_SUB(CURDATE(), INTERVAL 14 DAY) as past_date;
Our calculator provides exact day-by-day calculations, accounting for:
In the last 14 days there has been 10 business days (Monday-Friday) and 4 weekend days (Saturday-Sunday).
In general, any 14-day period typically contains 9-11 working days and 3-5 weekend days. This can vary depending on which day of the week the period starts and ends.
Track the journey through time with this detailed breakdown of your 14-day period:
| Date | Day Type | Timeline Position | Season | Moon Phase |
|---|---|---|---|---|
|
March 22, 2026
|
🙌 Sunday | Day 81, Week 12, Q1 | Spring | 🌘 Waning Crescent |
|
March 23, 2026
|
💼 Monday | Day 82, Week 13, Q1 | Spring | 🌘 Waning Crescent |
|
March 24, 2026
|
💼 Tuesday | Day 83, Week 13, Q1 | Spring | 🌘 Waning Crescent |
|
March 25, 2026
|
💼 Wednesday | Day 84, Week 13, Q1 | Spring | 🌑 New Moon |
|
March 26, 2026
|
💼 Thursday | Day 85, Week 13, Q1 | Spring | 🌑 New Moon |
|
March 27, 2026
|
💼 Friday | Day 86, Week 13, Q1 | Spring | 🌑 New Moon |
|
March 28, 2026
|
🙌 Saturday | Day 87, Week 13, Q1 | Spring | 🌑 New Moon |
|
March 29, 2026
|
🙌 Sunday | Day 88, Week 13, Q1 | Spring | 🌒 Waxing Crescent |
|
March 30, 2026
|
💼 Monday | Day 89, Week 14, Q1 | Spring | 🌒 Waxing Crescent |
|
March 31, 2026
|
💼 Tuesday | Day 90, Week 14, Q1 | Spring | 🌒 Waxing Crescent |
|
April 1, 2026
|
💼 Wednesday | Day 91, Week 14, Q2 | Spring | 🌒 Waxing Crescent |
|
April 2, 2026
|
💼 Thursday | Day 92, Week 14, Q2 | Spring | 🌓 First Quarter |
|
April 3, 2026
|
💼 Friday | Day 93, Week 14, Q2 | Spring | 🌓 First Quarter |
|
April 4, 2026
|
🙌 Saturday | Day 94, Week 14, Q2 | Spring | 🌓 First Quarter |
Just 14 days ago, on Sunday, March 22, 2026, the world kept spinning. Since then, your hair has grown about 0.196 inches, your nails around 0.168 inches, and you've blinked approximately 403,200 times.
The average person has breathed roughly 322,560 times, yawned about 280 times, and produced nearly 21.0 liters of saliva. Your blood has circulated through your entire body approximately 14,000 times, and your stomach has worked through about 28 pounds of food.
The Sun has fused 8,400,000,000 tons of hydrogen into helium, while our planet has traveled 22.4 million miles through space. Light from the Sun has taken 116 minutes to reach Earth each day, bringing us energy, warmth, and the rhythm of day and night.
In technological terms, approximately 4,900,000 tweets were posted each minute, 2,800,000 Instagram photos were shared each hour, and about 70,000,000,000 Google searches were performed by people around the world.
Breaking it down further, that's 336 hours, 20,160 minutes, or precisely 1,209,600 seconds since that Sunday morning.