Events
Templates event_list.html5 und event_full.html5
Section titled “Templates event_list.html5 und event_full.html5”Datums- und Zeitoptionen C 5.x
Section titled “Datums- und Zeitoptionen C 5.x”<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>