Hi my problem is somewhat special or maybe not. However the problem is that I parse range of dates in one array, where I need to find start date and end date where ever it may occur in ranges. I do not know did I explain this well but if you need more info, please let me know.
e.g. [2010-7-11,2010-7-12,2010-7-13, 2010-9-01, 2010-9-02,....]
Now
2010-7-11 start and 2010-7-13 end
2010-9-01 start 2010-9-02 end
So on for entire ranges within array
Thanks in advance