Looking at one of the sample templates I see...
Code: Select all
{assign var=month_number value=$event.event_date_start|date_format:"%m"}
{$month_names[$month_number]}
Not a problem if so, just wanting to check that there's not an easier way using date_format or something...


