Vérifier la validité d’une date

Author:

 date
Download

<?php

echo (checkdate(4, 30, 2005)?"Date Correcte<br/>":"Date incorrecte<br/>");

echo (checkdate(2, 30, 2000)?"Date Correcte<br/>":"Date incorrecte<br/>");

echo (checkdate(13, 020, 2011)?"Date Correcte<br/>":"Date incorrecte<br/>");

?>

Leave a Reply

Your email address will not be published. Required fields are marked *


7 + = fifteen