Posts by user68772 • 1 point
1 post
-
0
votes1
answer69
viewsQ: Buble Sort Arraylist - Java
I need to sort an array based on the Date field of the same, for that I made this code. SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy"); for(int i = 0; i <…