cuervo11
Programmer
- Feb 11, 2015
- 1
Hello guys, I have a problem, I need find the missing dates of the year, for example this is my input:
2014-11-25T12:00:00
2014-11-26T12:00:00
2014-11-27T12:00:00
2014-11-28T12:00:00
2014-11-29T12:00:00
2014-11-30T12:00:00
2014-11-01T12:00:00
2014-11-02T12:00:00
2014-11-03T12:00:00
2014-11-04T12:00:00
2014-11-05T12:00:00
2014-11-06T12:00:00
2014-11-07T12:00:00
2014-11-08T12:00:00
2014-11-09T12:00:00
2014-11-10T12:00:00
2014-11-11T12:00:00
And the output will be all dates in that format less the dates I have, any ideas?
2014-11-25T12:00:00
2014-11-26T12:00:00
2014-11-27T12:00:00
2014-11-28T12:00:00
2014-11-29T12:00:00
2014-11-30T12:00:00
2014-11-01T12:00:00
2014-11-02T12:00:00
2014-11-03T12:00:00
2014-11-04T12:00:00
2014-11-05T12:00:00
2014-11-06T12:00:00
2014-11-07T12:00:00
2014-11-08T12:00:00
2014-11-09T12:00:00
2014-11-10T12:00:00
2014-11-11T12:00:00
And the output will be all dates in that format less the dates I have, any ideas?