Hello!

I have two dates.

For example:

12.1.2009

And

15.7.2010

How to print all dates between these two dates in one listbox, for example:

12.1.2009
13.1.2009
14.1.2009
........
14.7.2010
15.7.2010

Thanks!