Microformat Calendar dates issue
Posted: Sun Jan 28, 2007 2:33 am
I just loaded the Microformats plugin and tried out the Calendar entry. The dates do not show up properly in the final published entry. For instance, I typed in a start date of: 2007-02-03 11:00 and end date of: 2007-02-03 15:00. But when I viewed the final published entry, it showed up as: 1170525600 bis 1170540000. Any hints on how to fix this, please?
The original code in the hCalendar.tpl file, reads like this:
title="{$hcalendar_startdate}{$hcalendar_timezone}" style="font-weight:bold">{$hcalendar_startdate_humanreadable}</span> bis <span class="dtend" title="{$hcalendar_enddate}{$hcalendar_timezone}" style="font-weight:bold">{$hcalendar_enddate_humanreadable}</span></p>
The original code in the hCalendar.tpl file, reads like this:
title="{$hcalendar_startdate}{$hcalendar_timezone}" style="font-weight:bold">{$hcalendar_startdate_humanreadable}</span> bis <span class="dtend" title="{$hcalendar_enddate}{$hcalendar_timezone}" style="font-weight:bold">{$hcalendar_enddate_humanreadable}</span></p>