In the calendar when you hover over a day it displays 2008-07-10T02:45:00Z
how to remove this ?

Comments

dturover’s picture

From viewing the HTML source, this is the title tag generated for the start and end dates inside an event when using the big calendar.

<div class="start dtstart" title="2008-10-07T05:00:00Z">Start: 2008-10-06 21:00</div>
<div class="end dtend" title="2008-10-07T07:59:00Z">End: 2008-10-06 23:59</div>

I don't have the time right now to dig for where exactly in the module this is produced, but that should point you in the right direction.

killes@www.drop.org’s picture

Status: Active » Fixed

THis is part of the template files, e.g. event-node-day.tpl.php

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.