Possible Duplicate:
PHP How to find the time elapsed since a date time?
I have the following which produces MONTH YEAR.
<?php echo date('F Y', strtotime($video['Video']['posted_date'])); ?>
I'd like this to output to "Time" ago. i.e 3 hours ago, 6 months ago, 2 years ago. Any help will be very much appreciated. Thanks Andy