[SOLVED] kinda|| CMS 1.4.1 / Calendar 1.0 / Event Template time problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

[SOLVED] kinda|| CMS 1.4.1 / Calendar 1.0 / Event Template time problem

Post by tonypb »

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
{$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"}
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|date_format:"%a %B %d, %Y"}
Last edited by tonypb on Thu Nov 13, 2008 3:14 am, edited 1 time in total.
patino-burch design
Anthony Patino-Burch
Post Reply

Return to “CMSMS Core”