aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-03 06:22:29 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-03 06:22:29 +0000
commitb8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4 (patch)
tree0d5f0c28a89eb2a8803775f6914ef231fd9ddee9 /month.php
parent47a64889d8dd751a72d82fa4ba966683133b3368 (diff)
downloadphpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.tar.gz
phpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.tar.bz2
phpicalendar-b8fc4e4cb1d3a574a8a624fa5a357c005fe73ac4.zip
Updates and initial wiring of day.tpl and day.php.
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month.php b/month.php
index 2ae91a5..0a9c200 100644
--- a/month.php
+++ b/month.php
@@ -12,8 +12,8 @@ $this_year = $day_array2[1];
$unix_time = strtotime($getdate);
$today_today = date('Ymd', strtotime("now + $second_offset seconds"));
-$tomorrows_date = date( "Ymd", strtotime("+1 day", $unix_time));
-$yesterdays_date = date( "Ymd", strtotime("-1 day", $unix_time));
+$tomorrows_date = date('Ymd', strtotime("+1 day", $unix_time));
+$yesterdays_date = date('Ymd', strtotime("-1 day", $unix_time));
// find out next month
$next_month_month = ($this_month+1 == '13') ? '1' : ($this_month+1);

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