CODE
<MTIfEqual a="[EntryDate format='%Y']" b="2002" numeric="1">High School</MTIfEqual>
<MTIfNotEqual a="[EntryDate format='%Y']" b="2002" numeric="1"><$MTEntryDate format="%B %Y"$></MTIfNotEqual>
<MTIfNotEqual a="[EntryDate format='%Y']" b="2002" numeric="1"><$MTEntryDate format="%B %Y"$></MTIfNotEqual>
but it isn't working--I don't think that argument a is getting correctly passed. Does anyone either know why, or have a suggestion for a better way to do this? Thanks.