View Single Post
  #2 (permalink)  
Old 07-03-2007, 05:32 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
For (a), check the following tip:

Java Tips - Compare two dates

You will just need to compare all dates with the given dates and only display the events between these two dates.

The logic of (b) looks correct. For (c), you can display the events that will be performed between the start and end date of the given month.
Reply With Quote