Drupal : Format {timestamp} as a "x x ago" date/time
$timestamp = 1286578041;
// Drupal 7
format_interval(REQUEST_TIME - $timestamp);
// Drupal 6
format_interval(time() - $timestamp);

Processing your request, Please wait....
No Responses to “Drupal : Format {timestamp} as a "x x ago" date/time”
Comments (Your Comments)
Leave a Reply