[SOLVED] kinda|| CMS 1.4.1 / Calendar 1.0 / Event Template time problem
Posted: Thu Nov 13, 2008 2:52 am
i have currently installed this and i am having problems with how the time shows. i have clicked to force 12 hour time in drop down but i still see the time as a 24 hour clock and to top it off, the time shows up twice... any ideas?
http://www.kurtmckinneymusic.com/calend ... goes-here/
id be happy to just REMOVE the time stamp and just leave the date
SOLVED IT... kinda... instead of
http://www.kurtmckinneymusic.com/calend ... goes-here/
id be happy to just REMOVE the time stamp and just leave the date
SOLVED IT... kinda... instead of
i changed it to:{$event.event_title}
{assign var=month_number value=$event.event_date_start|date_format:"%m"}
{assign var=end_month_number value=$event.event_date_end|date_format:"%m"}
{if $event.event_date_start == $event.event_date_end || $event.event_date_end == 0}
{$lang.date}: {$event.event_date_start|cms_date_format} {$event.event_date_start|date_format:"%X"}
{$event.event_title}
{assign var=month_number value=$event.event_date_start|date_format:"%m"}
{assign var=end_month_number value=$event.event_date_end|date_format:"%m"}
{if $event.event_date_start == $event.event_date_end || $event.event_date_end == 0}
{$lang.date}: {$event.event_date_start|date_format:"%a %B %d, %Y"}