From: Wilfried Göesgens Date: Sun, 18 Oct 2009 16:26:15 +0000 (+0000) Subject: * by feivel: display the weekday in the dayview X-Git-Tag: v7.86~732 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=a805e446d131d29cdbab38443b0bed0b4bd56293 * by feivel: display the weekday in the dayview --- diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 5960ff532..b97f4e276 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -1106,7 +1106,7 @@ void calendar_day_view(int year, int month, int day) { long daystart; long dayend; struct tm d_tm; - char d_str[128]; + char d_str[160]; int time_format; time_t today_t; int timeline = TIMELINE; @@ -1288,6 +1288,7 @@ void calendar_day_view(int year, int month, int day) { wc_strftime(d_str, sizeof d_str, "" + "%A
" "%B
" "%d
" "%Y
"