Please, i am new for here, and need much your help. Because i need sort a arraylist with object. my object has a date and a name, i need know how make to compare two dates in comparator for sort it.
example:
class Client(){
private String Name=null;
private Date date = null;
}
somebody can help me, please:(