Avatar of steeldawn
steeldawn

asked on 

saving and sorting results in array - date sort

Hello All,

This should be fairly easy for someone:

I get back from a query results: A date and a string (or many strings). I want to save these to an array, sort by date to get the latest date, and also remove any dates that are within one week of each other.

How do I do that in Java?

Thanks,
steeldawn
Java

Avatar of undefined
Last Comment
sudhakar_koundinya

8/22/2022 - Mon