hi,
I need to find the dates between a range of dates......
eg:
the dates are in dd/mm/yyyy format
the user specifies 2 dates
Date1:15/4/2003
Date2:20/4/2003
I want to retrieve the dates between Date1 and Date2.i.e.
15/4/2003,16/4/2003,17/4/2003,18/4/2003,19/4/2003,20/4/2003
It is easy to retrive the dates of the same month...but probs arise when date1 and date2 are of different months.....n more probs for diff years......
any suggestions or examples highly appreciated......
regds,
ashay




Reply With Quote