From:             [EMAIL PROTECTED]
Operating system: Linux, Windows98
PHP version:      4.1.1
PHP Bug Type:     Calendar related
Bug description:  getdate function returns 'March' for month 2 and month 3

PHP Version 4.0B2 (Linux) and PHP Version 4.0.6 (Windows) both show same
problem

$month=2 or $month=3 both produce 'March' as output ($monthName)

$day=date("j");
$year=date("Y");
$dateArray=getdate(mktime(0,0,0,$month,$day,$year));
$monthName=$dateArray["month"];
return $monthName;

-- 
Edit bug report at: http://bugs.php.net/?id=15299&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to