I'm trying to get the list of dates not between in two dates.
I've dates in the database from '2013-01-01' to '2013-01-31' except 25, 27, 28 dates are missing.
Now assume that I'm passing Start date = '2013-01-01' and End date = '2013-01-31' to get list of missing dates in the database i.e 25, 27, 28 dates.
Out put result should be as follows:
2013-01-25, 2013-01-27, 2013-01-28
Any help would be really appreciated.