In my application, there is a straightforward JavaScript function that includes a "Add Day" link. This link successfully adds 1 day to a date in most cases. However, once the date reaches 11/07/2010, the link mysteriously stops working. It's strange because it only malfunctions on that specific date.
To replicate the issue:
- Visit the following page: here
- Click on "Today" or manually set the date to today.
- Continue clicking "Add Day" until you reach 11/07/2010.
- Notice how the "Add Day" button ceases to function from this point onwards!