Use the gallery helper date/time functions wherever we format date

time for the browser.  Fixes ticket #1278.
This commit is contained in:
Bharat Mediratta
2010-08-08 16:54:31 -07:00
parent cdb6306d7e
commit 2dda8e22a7
5 changed files with 9 additions and 9 deletions

View File

@@ -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): ?>