Skip to content

Commit

Permalink
Display relative date instead of date stamp (joomla#32910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor authored and dgrammatiko committed Apr 2, 2021
1 parent 2f4b3d3 commit 091a361
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 091a361

Please sign in to comment.