Javascript debugger
Website design
↑
Calendar to use for calculation
Month in the selected calendar
Year in the selected calendar
<?php
$num = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
echo "There was $num days in August 2003";
?>