This question may be related to a resolved thread.
I have a related problem. I’m bringing in this feed
http://www.fifa.com/media/rss.xml
into
http://www.hispanicallyspeakingnews.com/futbol-blog
via Magpie.
I can see the date on the Feed page. I validated it using
http://validator.w3.org/feed/check.cgi?url=http://www.fifa.com/rss/index.xml
The template code is
{exp:magpie url="http://www.fifa.com/rss/index.xml" limit="15" refresh="720"}
{magpie:items}
<div class="article">
<h3><a href="http://{link}" title="{title}">{title}</a></h3>
<p>{date format="%F %j, %Y"} <span>|</span> by <a href="http://www.fifa.com/newscentre/news/index.html" title="FIFA.com" target="new" rel="noopener">FIFA.com</a><br />
{summary} <a href="http://{link}" title="{title}" target="new" rel="noopener">continue reading »</a><br />
</div><br />
{/magpie:items}<br />
{/exp:magpie}I’ve tried both, date by itself, and date with format as seen above. Neither works.