I have a time currently displaying like this:
Thu Sep 12 04:28:37 +0000 2013
I know that with PHP's strtotime you can input things like '2 days ago' or 'last week', but what I want to do is input the timestamp I already have, and output something like '3 hours ago' or '1 day ago' in my HTML.
Is there a way to do this?