org.codehaus.mojo.dashboard.report.plugin.utils
Class DateUtils

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.utils.DateUtils

public class DateUtils
extends java.lang.Object

Author:
David Vicente

Method Summary
static java.util.Date[] getAllDates(java.util.Date startDate, java.util.Date endDate, TimePeriod timePeriod)
          return all dates between 2 dates defined by time Period
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllDates

public static java.util.Date[] getAllDates(java.util.Date startDate,
                                           java.util.Date endDate,
                                           TimePeriod timePeriod)
return all dates between 2 dates defined by time Period

Parameters:
startDate -
endDate -
timePeriod -
Returns:
the Date array


Copyright © 2006-2009 CodeHaus. All Rights Reserved.