Page 1 of 1

Just show first letter of days in CGCalendar

Posted: Wed Sep 09, 2009 6:39 am
by dave.webb
Hi All.

I have just installed CGCalendar (which is pretty cool!) and would like to reduce the size of the display in a sidebar by only showing the first letter of the week days, so instead of Mon Tue Wed Thu Fri it just shows M T W T F.

Is there an easy way of doing this?

Thanks,
Dave

Re: Just show first letter of days in CGCalendar

Posted: Wed Sep 09, 2009 7:23 pm
by Peciura
In calender template use

Code: Select all

<th abbr="{$day}">{$day_short_names[$key]|truncate:1:'':true}</th>
More useful stuff at http://www.smarty.net/manual/en/language.modifier.truncate.php