Topic: Last visit
I have edited my member list so it show's last visit instead of the registrated date....
but I want the list to show how many days ago and not the day they where in last.. so how do that work in php??
I have "1122029865" for example on one member...
Fetched the code....
<td class="tcr"><?php echo format_time($user_data['last_visit'], true) ?></td>
so.. are there any possibility that the thing can show...
"Today"
"Yesterday"
"1 Day ago"
"2 Days ago... and so on.."
Cheers Carl