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