Example #1
0
 public function getDateLabel($dateArray)
 {
     return \Punic\Calendar::getMonthName($dateArray['month']) . ' ' . $dateArray['year'];
 }