I have created a content type "Seminars", with a date field which allows me to put in either a single date (for one-day events) or two dates (for multi-day events).
When I look at the default display options in the content type, I see this:

Display dates using the Jour et date (Friday 29/03/2013) format
Display both Start and End dates
Show all value(s) starting with earliest, ending with latest

However, when I display the full node, the dates display in the order they were entered, not in date order.
I am not sure if this is a bug or not and would be grateful for some pointers.

Comments

marcvangend’s picture

Version: 7.x-2.6 » 7.x-2.x-dev
Issue summary: View changes

I'm seeing the same thing. It's definitely a bug: either in the sorting mechanism (if there is one) or, if sorting works as designed, "starting with earliest, ending with latest" is an incorrect description. This is still present in 2.8 and, from looking at the code, also in dev.