Skip to content

Commit

Permalink
Display relative date instead of date stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored Mar 28, 2021
1 parent d4f78be commit 23cbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_latestactions/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<?php echo $item->message; ?>
</td>
<td>
<?php echo HTMLHelper::_('date', $item->log_date, Text::_('DATE_FORMAT_LC5')); ?>
<?php echo HTMLHelper::_('date.relative', $item->log_date); ?>
</td>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 23cbf31

Please sign in to comment.