10 lines
337 B
HTML
10 lines
337 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<f:if condition="{date}">
|
|
<p class="{positionClass}">
|
|
<time datetime="{date -> f:format.date(format: '%Y-%m-%d')}">
|
|
<f:format.date format="%B %e, %Y">{date}</f:format.date>
|
|
</time>
|
|
</p>
|
|
</f:if>
|
|
</html>
|