Example #1
0
 static function stampToShortIso($stamp)
 {
     $date = new self((int) $stamp);
     return $date->getIsoShortDate();
 }