Mostrar lista de opciones

checkdate()

« ceil | checkdnsrr »
<?php
$bool 
checkdate (
    
// int $month
    
// int $day
    
  // int $year
);
?>
Resultado
$bool = true
Ejemplos
#1 checkdate  (12,
 
31,
 
2000)
#2 checkdate  (2,
 
29,
 
2001)
Ver también
mktime, strtotime