Example #1
0
 /**
  * Formats a date
  *
  * @param Date $input
  *
  * @return string
  */
 public function formatDate(Date $input)
 {
     return $input->format($this->getCurrentFormat());
 }