I would like to do the following:
Input: start date, end dateoutput: list of days between start date and end date
Example: If input is: 2 Nov 2000, 3 Dec 2000, required output is 2 Nov, 3Nov, 4 Nov, ... 3 Dec
Thanks in advance!Nikhil