Index: openacs-4/packages/calendar/www/view-month-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-month-display.tcl,v diff -u -r1.22.2.2 -r1.22.2.3 --- openacs-4/packages/calendar/www/view-month-display.tcl 23 May 2008 20:45:47 -0000 1.22.2.2 +++ openacs-4/packages/calendar/www/view-month-display.tcl 23 May 2008 21:19:00 -0000 1.22.2.3 @@ -108,7 +108,7 @@ event_url \ description \ calendar_name \ - weekday \ + pretty_date \ start_date \ end_date \ start_time \ @@ -205,7 +205,7 @@ "" \ "" \ "" \ - [lindex $week_days $display_information(weekday)] \ + [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \ "" \ "" \ "" \ @@ -249,7 +249,7 @@ [subst $item_template] \ $description \ $calendar_name \ - [lindex $week_days $display_information(weekday)] \ + [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \ $pretty_start_date \ $pretty_end_date \ $pretty_start_time \ @@ -285,7 +285,7 @@ "" \ "" \ "" \ - [lindex $week_days $display_information(weekday)] \ + [lc_time_fmt [dt_julian_to_ansi $current_day] %Q] \ "" \ "" \ "" \