vote up 0 vote down star

Possible Duplicate:
Unix timestamp to days, hours, minutes

So, I have a field in my users table named last_active which updates every time a user reloads a page. It's stored in unix timestamp.

I would like to output it like this:
Last activity: 4 d 18 h 19 m ago

How would one do that with PHP?

Thank you.

flag
Duplicate of stackoverflow.com/questions/1052944/… – Zr40 Jul 4 at 13:31

closed as exact duplicate by VolkerK, Gumbo, Rob Wells, SilentGhost, Tom Haigh Jul 4 at 14:07

1 Answer

vote up 0 vote down

Check out this article, it's exactly what you need

http://blog.fedecarg.com/2009/06/25/format-a-time-interval-with-the-requested-granularity/

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.