Skip to content

Events

Templates event_list.html5 und event_full.html5

Section titled “Templates event_list.html5 und event_full.html5”
<p class="info">
<time datetime="<?= $this->datetime ?>"><?= $this->date ?>
<?php if ($this->time): ?>
<?= $this->time ?>
<?php endif; ?>
</time>
</p>
<p>Datumsoptionen:</p>
<time datetime="<?= $this->datetime ?>">
<?= Contao\Date::parse($GLOBALS['objPage']->dateFormat, strtotime($this->date)) ?>
<br>
<?= Contao\Date::parse('d.', strtotime($this->date)) ?>
<?= Contao\Date::parse('F', strtotime($this->date)) ?>
<?= Contao\Date::parse('Y', strtotime($this->date)) ?>
<br>
</time>