Make comment post time display more user-friendly by displaying 'today', 'yesterday', 'x days ago' etc.

This commit is contained in:
Jozef Selesi
2008-11-12 12:00:13 +00:00
parent ed8f1d4152
commit a1ca946a89
2 changed files with 48 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<li id="gComment-<?= $index; ?>" class="gComment <?= $index % 2 ? 'odd' : 'even' ?>">
<p>
<a href="#" class="gAuthor"><?= $comment->author ?></a>
said <?= round((time() - $comment->datetime)/60) ?> minutes ago
<?= comment::format_elapsed_time($comment->datetime) ?>,
<span class="understate"><?= strftime('%c', $comment->datetime) ?></span>
</p>
<div>