fixed date-format
This commit is contained in:
@@ -41,7 +41,7 @@ function generateListItem($ListItemID, $ItemImage, $ItemTitle, $ItemLink, $ItemP
|
|||||||
echo('
|
echo('
|
||||||
</div>
|
</div>
|
||||||
<div class="d-inline">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user