I've installed the latest dev version of Calendar and full release of Date 7.x-2.8 and went through the basic date wizard to create a view. When I look at the views created, each month block or page shows the pager at the top and the 1st day of the month as the title/header of the calendar (instead of just the name of the month and the year -- right now I see "Tuesday, July 1, 2014" as the title for the whole month of July view). I've done this on two new sites/clean installs (one on Drupal 7.28 and one Drupal 7.30). I don't know if it's a setting that I'm missing, and I just can't find it -- or if it might be an issue one of the latest releases.

I've compared it to a site I built that uses older versions of Date and Calendar and that view essentially has the same settings (minus a few new additions -- same contextual filter settings, same fields, etc.), also created using the wizard, and the title in the Page by Date area shows just the month and year. The other displays (in the new sites) work fine -- those headers show the correct info (e.g., beginning of the week for the week, or the correct current date on the day view). And the calendar itself identifies the current date fine (in the month view, today's date is shaded).

I also discovered a new tab that didn't exist in my older site (with older versions -- that display the month pager/header correctly) -- admin/config/regional/date-time/date-views and in there the "Date views month format with year" and it shows "F Y" -- Month Year -- as it should be. I even added a new date format (F Y) and type in case that would do it. No luck.

Any thoughts as to what I can do to fix this? Anyone else seeing this? I've done a search in the issues in both Date and Calendar (and a general Google search) and couldn't find this issue. And since the older versions just did this automatically (date wizard created a month display with the correct header), I'm not sure where to begin to try to address this.

Comments

pjbarry21’s picture

Issue summary: View changes
pjbarry21’s picture

Issue summary: View changes
ilyma’s picture

I had same problem.
After a few minutes in folders, I have find a solution in the code.
In the module Date, you have a folder "date_view" and "theme". In "theme" the file "theme.inc" create formatting the date pager.
If this comment (in a bad English) can help you

dhalbert’s picture

Status: Active » Closed (duplicate)

HI - this is a duplicate of #2294973: Date format in calendar title remains default (e.g., month view date shows as July 1, 2014) . You can see patches and hints there, and progress toward a released fix.

pjbarry21’s picture

Thanks! Latest dev worked (and thanks for updating that ticket's title).