List out all the dates between two given dates

Hi, i am trying to do someting like this:

A user choose a initial and a final date. For example:

Ini: 07/07/2004 Fin: 11/07/2004

Ok, what i need to do, is to get all dates between this two above. The answer needs to be…

08/07/2004 09/07/2004 10/07/2004

Is there a method in java that do this for me, i ve looking for but not finding ?