I also used this on my jquery instant shoutout system
and my last tutorial on jquery instant messaging system
Most of the social media like facebook do also use this on their site.
The following function will convert the time stamp to time ago like 5 secs ago, 1 hour ago, 1 day ago, 2 days ago etc.
Time Ago PHP Function
time_function,php
Now here is an example to call your function
Calling the function is the simple part (assuming of course your dates are properly formatted), and can be done inline with your scripts using the example below:
Example calling function:
You can include time_function.php i your script to work perfectly
Hit me with a comment!