Re: Sorting a List of Calendar Objects

From: Funny (Funny_at_funny.com)
Date: 09/03/04


Date: Fri, 3 Sep 2004 09:49:45 -0500

Being lazy here...

Do you have a method already built that I could use?

"Michael Borgwardt" <brazil@brazils-animeland.de> wrote in message
news:2pre10Foa7suU2@uni-berlin.de...
> Funny wrote:
> >>>Does anyone have some code to sort Calendar objects?
> >>
> >>java.util.Collections.sort(list, new CalendarComparator());
> >
> > What package is CalendarComparator in?
>
> None. You have to write it yourself, but it's very easy if you
> look at the API docs, which explain exactly what you have to do.