Microformat Calendar dates issue

Found a bug? Tell us!!
Post Reply
diana
Posts: 1
Joined: Sun Jan 28, 2007 2:11 am
Location: United States

Microformat Calendar dates issue

Post by diana »

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>
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post by mattsches »

Hi Diana, I know, this is a bug that's been waiting to be fixed for quite some time. I have a new version of the microformats plugin in the works, but it will take a couple of coding sessions until I'm satisfied with the result. If it's really urgent, I could send you a development snapshot of the plugin (just PM me) ... but this, too, might not work as expected. I'll post any news on the plugin to my new blog, so look there once in a while :wink:

Regards
- Mattsches
Post Reply