mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 01:19:54 -04:00
Use the gallery helper date/time functions wherever we format date
time for the browser. Fixes ticket #1278.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<? if ($item->captured): ?>
|
||||
<li>
|
||||
<strong class="caption"><?= t("Captured:") ?></strong>
|
||||
<?= date("M j, Y H:i:s", $item->captured)?>
|
||||
<?= gallery::date_time($item->captured)?>
|
||||
</li>
|
||||
<? endif ?>
|
||||
<? if ($item->owner): ?>
|
||||
|
||||
Reference in New Issue
Block a user