Bugs 5912 and 5962 I think both of these bugs were caused by trying to use "parseInt('09')" in JavaScript. When there are leading zeros, the parseInt function attempts to parse the number as octal which will give you completely wrong dates.
I've submitted a fix for this problem and closed these bugs. You can get the code from CVS. |