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.
I'm using Collections.sort(produuctList, new CustomComparator())
Problem my sorted list is only by dd and not dd-mm-yyyy.
Any ideas?
print%u00252520prod%2520list.jpg
print prod list.jpg