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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!