Missing Dates return as dataset
Hi,I have 10 records Fromdate and Todate.
Example: 01/01/2014 - 31/01/2014, 01/02/2014 - 31/02/2014, 01/03/2014 - 31/03/2014 .........................01/10/2014 - 31/10/2014.
In this there are 2 months records are missing say months May and June i.e 01/05/2014 - 31/05/2014 and 01/06/2014 -31/06/2014 .
I want to retrieve these missing 'From and To' months dates and return as Dataset using c#.
Thanks.