<td class="re_date"> <?php if ($row->dates && strtotime($row->dates)) { ?> <meta itemprop="startDate" content="<?php echo REOutput::getIsoDate($row->dates, $row->times); ?> "> <?php } ?> <?php if ($row->enddates && strtotime($row->enddates)) { ?> <meta itemprop="endDate" content="<?php echo REOutput::getIsoDate($row->enddates, $row->endtimes); ?> "> <?php } ?> <?php if ($this->params->get('link_date', 0)) { ?> <?php echo JHTML::link($detaillink, REOutput::formatEventDateTime($row)); ?> <?php } else { ?>
<div class="when-where"> <div class="date"> <div class="day"> <?php if (!$date) { ?> <div class="open"> <?php echo JText::_('COM_REDEVENT_OPEN_DATE'); ?> </div> <?php } else { ?> <meta itemprop="startDate" content="<?php echo REOutput::getIsoDate($row->dates, $row->times); ?> "> <div class="month"><?php echo $date->format('M'); ?> </div> <div class="daynumber"><?php echo $date->format('d'); ?> </div> <div class="weekday"><?php echo $date->format('D'); ?> </div> <?php