Page 1 of 1

Print time ago

Posted: Wed Apr 08, 2020 1:53 pm
by Gohh
How to print a time ago?
I try it this way, it doesn't work:

Code: Select all

<?php echo $page->timeago(); ?>

Re: Print time ago

Posted: Wed Apr 08, 2020 2:06 pm
by Edi
There is no value timeago.

If you need this you have to modify the output of the value time with a calculation.

Re: Print time ago

Posted: Wed Apr 08, 2020 2:33 pm
by Gohh
Edi wrote: Wed Apr 08, 2020 2:06 pm There is no value timeago.

If you need this you have to modify the output of the value time with a calculation.
?

Code: Select all

<?php echo $time->timeago(); ?>