in reply to Re: Re: Re: Re: Sorting by date
in thread Sorting by date
Can you show me what you have done? I suspect you are using the second part of the second example with the first part of the first example. The first example and the second example are different, the sort in the first example builds a sorted list of dates, while the sort in the second example builds a sorted list of array. You can not mix the two.