예제 #1
0
 protected static function isLeapYear(JalaliDate $date)
 {
     return $date->isInLeapYear() ? '1' : '0';
 }