Format a timestamp as time ago in Drupal
Formatting a date as time ago in Drupal is very easy and requires the following code:
format_interval(time() - $node->created, 1) . ' ' . t('ago');
Written by Robin van der Vleuten
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#