I have a section of simple Javascript in my application that has a link "Add Day", which adds 1 day to a date. It always works perfectly, except when the date gets to be 11/07/2010, and then the link suddenly will not work any longer. Its really wierd, because it only hangs up on the specific date of 11/07/2010.
How to reproduce error:
- Navigate to the page here
- On any date field, click "Today", or just set the date to today.
- Click "Add Day" until you get to 11/07/2010
- Now clicking "Add Day" does not work anymore!