예제 #1
0
 protected static function getNumberOfDaysInMonth(JalaliDate $date)
 {
     return (string) JalaliDate::getDaysInMonth($date->getMonth());
 }