I recently upgraded three or four websites to the most recent version of Calendar (7.x-3.4+5-dev) and all calendars now show "July 1, 2014" / "August 1, 2014", etc... for the month title, instead of just July / August / etc.... These are default calendars, cache has been cleared.

The year page view also displays the month as "Sunday, June 1" / "Tuesday, July 1" / "Friday, August 1" - instead of just "June" / "July" / "August"

All other views (week and day) appear correct.

This leads me to assume that something in the how the month is formatted to display is coded incorrectly.

I checked my Date/Time - Date Views and all are set to default. I re-saved and cleared my cache multiple times.

Have most recent dev versions installed of CTools, Date, jQuery Update.

Comments

silurius’s picture

I just noticed the same thing happening here with the latest dev versions of Calendar (2014-Jun-02), Date (2014-Jun-21) and Views (2014-Jul-12).

micahw156’s picture

Assigned: Unassigned » micahw156

This is related to #355058: Hardcoded day/month/week output format for theme_date_nav_title(), and I think I've just solved it. Checking for duplicate issues and preparing to roll a patch now.

micahw156’s picture

Status: Active » Closed (duplicate)

This is a problem with date module, not calendar. A patch for this bug already exists in #2294973: Date format in calendar title remains default (e.g., month view date shows as July 1, 2014) .

Closing this issue as duplicate.

micahw156’s picture

Assigned: micahw156 » Unassigned
silurius’s picture

I applied #2294973: Date format in calendar title remains default (e.g., month view date shows as July 1, 2014) to date-7.x-2.x-dev (2014-Jul-29), cleared caches and the issue remains. I'll cross-post in #2294973 just in case.

silurius’s picture

Disregard #5. Turns out there's one more step. From #2294973: Date format in calendar title remains default (e.g., month view date shows as July 1, 2014) :

Also, the original #355058: Hardcoded day/month/week output format for theme_date_nav_title() patch added a new admin/config/regional/date-time/date-views admin form, but it did not contain an update script to populate default values where date_views was already installed. Try opening that form and saving (so the default values actually get stored in the variables table) before you test again.