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
Just show first letter of days in CGCalendar
Re: Just show first letter of days in CGCalendar
In calender template use
More useful stuff at http://www.smarty.net/manual/en/language.modifier.truncate.php
Code: Select all
<th abbr="{$day}">{$day_short_names[$key]|truncate:1:'':true}</th>