After reading this article in the User Guide: http://expressionengine.com/docs/modules/weblog/calendar.html#var_entries, it seems as though I should be able to add a {date format="%F %Y"} tag INSIDE the {entries} {/entries} tags. It wrecks my calendar when I do.
Am I understanding this wrong? (I tried the {day_number} tag inside the {entries} {/entries} tags, and it worked, so why not the date tag?)
Here’s the scenario: Inside the calendar entries tag (in a large format calendar), I call data from another weblog through reverse_related_entries using an embed. This works fine, except that I need to make a conditional statement to control that data based on the calendar cell’s date. I need to know month and year, not just the day_number.