calendar/Resources/Private/Templates/Frontend/Calendar/Day.html

9 lines
257 B
HTML
Raw Normal View History

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true">
<h2>{day.dateTimeInstance -> f:format.date(format: 'd.m.Y')}</h2>
TODO: Show periods
Maybe remove and instead link to filtered list
</html>