Index: openacs-4/packages/calendar/www/cal-item-create-recurrence.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-create-recurrence.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/calendar/www/cal-item-create-recurrence.tcl 14 Mar 2002 04:58:29 -0000 1.2 +++ openacs-4/packages/calendar/www/cal-item-create-recurrence.tcl 15 Mar 2002 06:37:26 -0000 1.3 @@ -24,7 +24,8 @@ nvl(a. name, e.name) as name, nvl(e.description, a.description) as description, calendar_name, - to_char(start_date, 'Day') as day_of_week, + to_char(start_date, 'D') as day_of_week, + to_char(start_date, 'Day') as pretty_day_of_week, to_char(start_date, 'DD') as day_of_month from acs_activities a, acs_events e, timespans s, time_intervals t, calendars c, cal_items ci where e.timespan_id = s.timespan_id