In the calendar when you hover over a day it displays 2008-07-10T02:45:00Z how to remove this ?
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.
THis is part of the template files, e.g. event-node-day.tpl.php
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
dturover commentedFrom 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.
Comment #2
killes@www.drop.org commentedTHis is part of the template files, e.g. event-node-day.tpl.php
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.