Example #1
0
 /**
  * @return string
  * @ignore
  */
 protected function handleFormat(Format $format)
 {
     return $format->formatDate($this);
 }
Example #2
0
 /**
  * @ignore
  */
 protected function handleFormat(Format $format)
 {
     return $format->formatTimestamp($this);
 }