From ed66aa0f099f5f50d327048912ce6a116f473ba1 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 8 Oct 2004 21:20:17 +0000 Subject: Fixed windows date error, cleaned up webcal display in monthview. --- month.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'month.php') 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'], -- cgit v1.2.3