I don’t know if I described it correctly.
I have several lists of dates in Java. Now I need to know when a list contains at least 4 dates that follow each other. e.g. “2010-06-27, 2010-06-28, 2010-06-29, 2010-06-30”.
I just need an idea where to start….
Thanks!
I don’t know if I described it correctly. I have several lists of dates
Share
That’s is my approach …