"If you don't need the full day names elsewhere, you can change the day names to their abbreviated form in the administration section under template options(?)."
Unfortunately, this does not work in version 3.2.1. I have also tried substituting 'dayabbreviation' for 'dayname' in the default template html document. It just collapses the columns and does not abbreviate the daynames. In fact there is no text at all.
"In place of
<%= $Grid->{'day_abbreviations'}->[$COL] %>
you could try
<%= $DAY_ABBREVIATIONS->[$COL] %>
At least according to the Documentation under Customization it should work that way"
In which document should this substitution go? Default template?
Many thanks for any help on this.
Shelley
------------------
Well, I have solved my difficulty. I went into the config.txt document in the calendars folder that is in the calendarscript directory and changed the following:
from "day_names=ARRAY(Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturdday) "
to
"day_names=ARRAY(Sun,Mon,Tues,Wed,Thurs,Fri,Sat) "
I think this is probably cheating, but it works. I now have abbreviated days in my calendar.
[This message has been edited by Shelley (edited August 22, 2004).]