|
|
romaldus 11/25/2015 |
|
Have you try the function / jquery how to convert date and time to timeago format on ListPage in PHPR 8.1? so, on Listpage can see format datetime in, 1 minute ago, or bla..bla.. ago.
|
|
|
|
romaldus 11/25/2015 |
|
Example.
$value = time_ago($value); |
|
|
|
Sergey Kornilov admin 11/25/2015 |
|
You can also check TimeAgo plugin that does the same thing: |
|