aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-08 21:20:17 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-08 21:20:17 +0000
commited66aa0f099f5f50d327048912ce6a116f473ba1 (patch)
tree56aabfdf635bb676ad0b45774df12e2e4997e7b4 /month.php
parent47e7968e1400cb68a070cb118a898fa08c94998b (diff)
downloadphpicalendar-ed66aa0f099f5f50d327048912ce6a116f473ba1.tar.gz
phpicalendar-ed66aa0f099f5f50d327048912ce6a116f473ba1.tar.bz2
phpicalendar-ed66aa0f099f5f50d327048912ce6a116f473ba1.zip
Fixed windows date error, cleaned up webcal display in monthview.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/month.php b/month.php
index 5211e53..ceedb66 100644
--- a/month.php
+++ b/month.php
@@ -16,6 +16,7 @@ $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));
+$sidebar_date = localizeDate($dateFormat_week_list, $unix_time);
// find out next month
$next_month_month = ($this_month+1 == '13') ? '1' : ($this_month+1);
@@ -81,6 +82,7 @@ $page->replace_tags(array(
'legend' => $list_calcolors,
'current_view' => $current_view,
'style_select' => $style_select,
+ 'sidebar_date' => $sidebar_date,
'l_goprint' => $lang['l_goprint'],
'l_preferences' => $lang['l_preferences'],
'l_calendar' => $lang['l_calendar'],

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