aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-30 05:49:40 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-30 05:49:40 +0000
commita2949eb87f0cb82392956922a38cdef34adec71e (patch)
tree1d5a2790dc184b3d19d482312c6fdd5f065a1fe3 /week.php
parent3f1ef03a58bb075995bb70543632a8a71902b7ff (diff)
downloadphpicalendar-a2949eb87f0cb82392956922a38cdef34adec71e.tar.gz
phpicalendar-a2949eb87f0cb82392956922a38cdef34adec71e.tar.bz2
phpicalendar-a2949eb87f0cb82392956922a38cdef34adec71e.zip
tweeks to today_today, subscribe icon
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