Example #1
0
 public function getDisplayTime($short = false)
 {
     $time = strtotime($this->created_at);
     return DisplayTime::format($time, $short);
 }
Example #2
0
 public function getDisplayTime($short = false)
 {
     $time = $this->getMTime();
     return DisplayTime::format($time, $short);
 }