예제 #1
0
 public function getDisplayTime($short = false)
 {
     $time = strtotime($this->created_at);
     return DisplayTime::format($time, $short);
 }
예제 #2
0
파일: Path.php 프로젝트: qqueue/MangaIndex
 public function getDisplayTime($short = false)
 {
     $time = $this->getMTime();
     return DisplayTime::format($time, $short);
 }