Exibir a lista drop-down

checkdate()

« ceil | checkdnsrr »
<?php
$bool 
checkdate (
    
// int $month
    
// int $day
    
  // int $year
);
?>
resultado
$bool = true
Exemplos
#1 checkdate  (12,
 
31,
 
2000)
#2 checkdate  (2,
 
29,
 
2001)
Veja também
mktime, strtotime