Help for this page
if ($month == 2) { ... return 29; } }
if( 2 == $month ) { return 29 if 0 == $year % 4 and 0 != $year % 100 or 0 == $year % 400; }