|
|
|
|
Bonsoir Julie,
function getDaysInMonth($month=null,$year=null) {
Teste et vois si ca marche PhP [Push the button,Don't push the . button,Trip the station,Change the channel] |
Salut,
function getDaysInMonth($month=null,$year=null) {
if ($month==null) {
$month = date("n",time());
}
if ($year=null) {
$year = date("Y",time());
}
$dim = date( "t", mktime(0, 0, 0, $month, 1, $year) );
return $dim;
}
[ Mathieu ] "Les jeunes c'est l'insécurité il faudrait tous les enfermer!" BxN 1985 |