Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a4

Bug #683 add new parameter
Submitted: 2004-02-05 08:19 UTC
From: smailling at free dot fr Assigned: pajoye
Status: Closed Package: Date
PHP Version: 4.3.4 OS: Windows 2000
Roadmaps: (Not assigned)    
Subscription  


 [2004-02-05 08:19 UTC] smailling at free dot fr
Description: ------------ It is usefull to add a parameter to the folowwing method: getDayName Reproduce code: --------------- 906a1001 > * @param int optional length of abbreviation, default is 3 909c1004 < function getDayName($abbr = false) --- > function getDayName($abbr = false, $length = 3) 912c1007 < return Date_Calc::getWeekdayAbbrname($this->day, $this->month, $this->year); --- > return Date_Calc::getWeekdayAbbrname($this->day, $this->month, $this->year, $length);

Comments

 [2004-03-14 15:15 UTC] pajoye
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.