st_timeAgo method

TimeAgo st_timeAgo()

Computes the time elapsed since the date.

Implementation

TimeAgo st_timeAgo() {
  return SuperTime.timeAgo(this);
}