Add relative date support

Changed Date display to be relative.  If the relative date is hovered over it shows the actual date and time.
This commit is contained in:
chrislemonier 2014-02-25 12:12:57 -08:00
parent c242998e29
commit 1c224eb08a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<a href="?action=feed-items&amp;feed_id=<?= $feed['id'] ?>"><?= Helper\escape($feed['title']) ?></a>
</li>
<li class="hide-mobile">
<?= dt('%e %B %Y %k:%M', $item['updated']) ?>
<span title="<?= dt('%e %B %Y %k:%M', $item['updated']) ?>"><?= Helper\relative_time(dt('%e %B %Y %k:%M', $item['updated'])) ?></span>
</li>
<?php if ($item['enclosure']): ?>
<li>