the events widget currently has the date twice, replacing the date with the time of the event
                     </div>
                 </a>
                 <div class="{if !$event.image}sidebar-full-width{/if} glm-events-frontpage-event-dates">
-                    {$event.dates}
+                    {$event.starting_date|date_format:"%l:%M %p"}
                 </div>
                 <div class="{if !$event.image}sidebar-full-width{/if} glm-events-frontpage-event-content">
                     {$event.intro}
                 </div>
             </div>
+<!--             <pre>{$event|@print_r}</pre>-->
+              {foreach $event.recurrences as $rec}
+              
+              {/foreach}
             {/foreach}
         {/foreach}
     {/foreach}