aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-06-30 22:46:12 +0000
committerChad Little <clittle@users.sourceforge.net>2003-06-30 22:46:12 +0000
commit743cae611eeb4436d3d8dc865c010b2b3fd0102a (patch)
tree9cfaaffaba16913b12ca937742ebaf04097dbd0f /month.php
parent014ccb1db7b5f5ff0b652e650ee67d1a931e40f9 (diff)
downloadphpicalendar-743cae611eeb4436d3d8dc865c010b2b3fd0102a.tar.gz
phpicalendar-743cae611eeb4436d3d8dc865c010b2b3fd0102a.tar.bz2
phpicalendar-743cae611eeb4436d3d8dc865c010b2b3fd0102a.zip
Multiple Calendar support added.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index 1b8431d..bb592b4 100644
--- a/month.php
+++ b/month.php
@@ -11,7 +11,7 @@ $this_month = $day_array2[2];
$this_year = $day_array2[1];
$unix_time = strtotime($getdate);
-$today_today = date('Ymd', strtotime("now + $second_offset seconds"));
+$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));
$date = mktime(0,0,0,"$this_month","$this_day","$this_year");

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