aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/week.php b/week.php
index 69e1fba..72d47ac 100644
--- a/week.php
+++ b/week.php
@@ -17,6 +17,8 @@ $unix_time = strtotime($getdate);
$today_today = date ("Ymd");
$next_week = date("Ymd", strtotime("+1 week", $unix_time));
$prev_week = date("Ymd", strtotime("-1 week", $unix_time));
+$tomorrows_date = date( "Ymd", strtotime("+1 day", $unix_time));
+$yesterdays_date = date( "Ymd", strtotime("-1 day", $unix_time));
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);

© 2014-2024 Faster IT GmbH | imprint | privacy policy