fixed date-format
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user