fixed date-format

This commit is contained in:
2022-10-04 07:45:21 +02:00
parent 168184e142
commit be079545ec

View File

@@ -41,7 +41,7 @@ function generateListItem($ListItemID, $ItemImage, $ItemTitle, $ItemLink, $ItemP
echo('
</div>
<div class="d-inline">
<small class="text-muted text-end">' . date('m.d.y', strtotime($ItemDate)) . '</small>
<small class="text-muted text-end">' . date('d.m.y', strtotime($ItemDate)) . '</small>
</div>
</div>
</div>