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

Bug #18171 date.php maxYear default is 2010
Submitted: 2011-01-03 15:17 UTC
From: jvdvyver Assigned: avb
Status: Closed Package: HTML_QuickForm (version 3.2.12)
PHP Version: Irrelevant OS: All
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 + 21 = ?

 
 [2011-01-03 15:17 UTC] jvdvyver (Jan van der Vyver)
Description: ------------ Increase the default maxYear in HTML/QuickForm/date.php or resolve

Comments

 [2011-01-07 18:41 UTC] glen (Elan Ruusamäe)
 [2011-01-07 18:43 UTC] glen (Elan Ruusamäe)
added patch to delay problem to year 2021 :) ideally i think it should use date('Y') or something for max value, or rather use dynamic range: min = date('Y') - 9 max = date('Y') + 1 to select always up to current year +1
 [2011-01-20 05:03 UTC] vtamara (Vladimir Támara Patiño)
Added patch date.
 [2011-05-26 13:51 UTC] avb (Alexey Borzov)
Fixed for QuickForm2
 [2011-10-01 13:55 UTC] avb (Alexey Borzov)
-Status: Open +Status: Closed -Assigned To: +Assigned To: avb