1
I have the month view block displayed. Where is <{$event}> being drawn from?
<{if $block.contents}>
<{foreach item=event from=$block.contents}>
<{$event}>
<{/foreach}>
<{/if}>
I want to better format the event and date. Right now the date is sandwiched up next to the event title.
For example... Event Title(2003.12.4)
Is there anyway to format the date? Like: 12/4/2003?
Thanks,
Rick