How we findhow many dates in a month according to the input?? example i would like to know how many date on the input " february 2000"? thanks in advance.
http://www.php.net/manual/en/function.checkdate.php#89890
Or if using the the PEAR Date package, the getDaysInMonth() method.