I am using Feed Parse to pull in some XML. The PostingDate field comes through as “2012-11-27T00:00:00-07:00”, which I believe is an atom format. When I use
{PostingDate format="%M"}{PostingDate format="%d"}in my template, it defaults to Dec 31 as if it can’t understand the dates. What format does a date need to be in for the format function to parse it?