Skip to content

Commit 824369c

Browse files
committed
[home]: change date format
1 parent 8f15ac8 commit 824369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<p class="d-flex align-items-center small mb-0">
8181
<?php if (!empty($item['published_at'])): ?>
8282
<i class="bi bi-calendar me-1"></i>
83-
<?= date('j \d\e F \d\e Y', strtotime($item['published_at'])) ?>
83+
<?= date('j/m/Y \à\s H:i', strtotime($item['published_at'])) ?>
8484
<?php endif; ?>
8585
<?php if (!empty($item['author'])): ?>
8686
<i class="ms-2 bi bi-person me-1"></i>

0 commit comments

Comments
 (0)