If i provide the starting date and the ending date , then is it psossible for me to check whether any date falls in that range..

Lets say the starting date is 1-Aug and the endin date is 10-Sep then i need to extract only those dates from a list of dates that are falling on 1-aug and btween and equal to 10-sep.

The dates would be anything like 1-aug-2000 31-aug-2007 .the year would be of no importance as i will be only providing the starting date and ending date without the year..

So anyone..??