Skip to content

Instantly share code, notes, and snippets.

@nurullahisik
Created March 8, 2019 08:01
Show Gist options
  • Save nurullahisik/c5f406580b99ce49b12135789550b54a to your computer and use it in GitHub Desktop.
Save nurullahisik/c5f406580b99ce49b12135789550b54a to your computer and use it in GitHub Desktop.
<?php
/*
* http://php.net/manual/tr/function.cal-days-in-month.php
*/
$num = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
echo "2003 yılı Ağustos ayında $num gün vardır";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment