I have 2 custom fields, program_month & program_year.
Example entries for these fields would be: April & 2010
In my template, I retrieve all of these entries and would like to sort them in chronological order, so I’d have something like:
January 2011
November 2010
October 2010
April 2010
February 2010
November 2009
September 2009
December 2008
You get the idea…
Thoughts on best way to accomplish? I don’t want to use a custom numeric sort field because these entries are filtered and span multiple templates/categories, so their order is really only related to these custom date fields.