date problem

hi,

I have two dates, startDate and endDate .I just want to find out the dates

(2007-07-10, 2007-07-11 ..etc) in between these two dates and the days

(sunday, monday..etc) corresponding to these dates. Is there any way to find out these. Plz help.

thanks in advance.

AK

[307 byte] By [aneesh.maxa] at [2007-11-27 11:55:43]
# 1

Look at Calendar.

CeciNEstPasUnProgrammeura at 2007-7-29 19:03:33 > top of Java-index,Java Essentials,Java Programming...
# 2

yeah, there's an increment/decrement function so you can loop through the date range or do whatever

SoulTech2012a at 2007-7-29 19:03:33 > top of Java-index,Java Essentials,Java Programming...