calendar/Resources/Private/Templates/Frontend/Calendar/Day.html
Daniel Siepmann 98762332f5
calendar logic
Provide data structure for month, weeks and days.
Provide controller to open month, week and day.

Relates: #7887
2020-10-27 13:32:50 +01:00

9 lines
257 B
HTML

<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>