I have arrayLists of Dates which is in String format then how can I sort this arraylists,
ArrayList aryBeginDate; ArrayList aryDu
First convert the String in Date and create the arraylist. Then use the Collection sort method for sorting the arraylist.