{foreach from=$mcfcalendar item=week} {foreach from=$week item=day} {/foreach} {/foreach}
< {$current_month|date_format:"%b %Y"} >
Mon Tue Wed Thu Fri Sat Sun

{$day.date|date_format:"%e"}

{if $day.events|@count} {/if} {* Alternative: Link to all events of the current date } {if $day.events|@count} {$day.date|date_format:"%e"} {else} {$day.date|date_format:"%e"} {/if} {**}