checkdate.php : checkdate « Date « PHP






checkdate.php

 
<?php

echo checkdate(4, 31, 2005);

echo checkdate(03, 29, 2004);

echo checkdate(03, 29, 2005);

?>
  
  








Related examples in the same category

1.Creating a timestamp from the components of a date