java - cycle through time for a day
09:39 31 Aug 2010

I need to iterate throught the time for one day. I have the starting time: 00:00 and the end time: 23:59. I want to cycle through every minute of an hour.

How can I achieve this in Java? Does any Java library for this exist?

java