Sory for my English!
In linux FireFox-3 change year - 1984 and month - Marth. I see only 4 days.
I lean this problem and it not datepicker bug. Because method
"_getDaysInMonth" return "1". I don't no why, but I know how fixed this
problem.
May be you can do next fix:
_getDaysInMonth: function(year, month) {
return 33 - new Date(year, month, 33).getDate();
},
Thank you.
Original issue reported on code.google.com by anton...@ukr.net on 14 Apr 2009 at 12:03
Original issue reported on code.google.com by
anton...@ukr.net
on 14 Apr 2009 at 12:03