Skip to content

Commit

Permalink
Show relative date instead of date time
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored Mar 28, 2021
1 parent d4f78be commit 43cd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_logged/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<?php endif; ?>
</td>
<td>
<?php echo HTMLHelper::_('date', $user->time, Text::_('DATE_FORMAT_LC5')); ?>
<?php echo HTMLHelper::_('date.relative', date('Y-m-d H:i:s', $user->time)); ?>
</td>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 43cd9ef

Please sign in to comment.