On the monthly view of the calendar, I click the "browse" icon and am taken to a search page. On this page, I get this error:

"The value input for field is invalid:
The value 2014-12-10 does not match the expected format."

The only other post I could find about it is this issue for Full Calendar, which is not installed on this site. I wonder if it is a similar idea, though? When I look at the date formats on the site, there is none that is in that format.

I had this error on 7.x-3.5 and it is still there with the dev. Date module was at 7.x-2.x-beta2 and still has the error with the dev as well.

Comments

Michelle’s picture

Project: Calendar » Date
Version: 7.x-3.x-dev » 7.x-2.x-dev

I've been doing more digging and the error message itself is coming from the date module when it's parsing the default date so I'm moving this to the date module.

I also looked on the production site, which is on Date 7.x-2.6 and does not have the error, and the default date being set in the exposed filter of the view is the same as it is on my broken local site. So the default date format it's trying to set hasn't changed but somewhere between 2.6 and 2.9-beta2, the parsing started choking on it.