Hi.

I'm attempting to SORT an ArrayList<MyObject> by (Type Date) MyObject.getDate()

My format is formatted by SimpleDateFormat by dd-mm-yyyy;
I'm using a custom comparator to sort my list....