We have a section of our site that displays upcoming events via the calendar weblog. It’s pulls based on the 5 next upcoming events. Since turning over to 2011 nothing in January is showing up in the listing for 2011. It’s still showing the 2010 upcoming events.
Below is the code snippet that has worked up until ‘11.
Running 1.7.0
{exp:weblog:entries weblog="calendar" limit="5" show_future_entries="yes" orderby="date" sort="asc" dynamic="off" show_expired="no" category="not 57"}
<ul>
<li><a href="http://{url_title_path=events/calendar_detail}" title="Go to the event's website">{exp:char_limit total="20"}{title}{/exp:char_limit}</a> {if "{entry_date format='%m/%d/%y'}" == "{expiration_date format='%m/%d/%y'}"}
{entry_date format="%m/%d/%y"}
{if:else}
{entry_date format="%m/%d/%y"} - {expiration_date format="%m/%d/%y"}
{/if}</li>
</ul>
{/exp:weblog:entries}Is there something in the date formatting that I need to change?
Thanks for the help,
Carlos