Documentation
daysInMonth
usage
Date->daysInMonth()
retourne
the number of days of the month represented by the object
exemples
include_once('../sushee/common.php');
$date = new Date('2011-02-01');
echo $date->daysInMonth(); // displays 28
Date->daysInMonth()
the number of days of the month represented by the object
include_once('../sushee/common.php');
$date = new Date('2011-02-01');
echo $date->daysInMonth(); // displays 28