org.hudsonci.utils.common
Class Dates

java.lang.Object
  extended by org.hudsonci.utils.common.Dates

public class Dates
extends Object

Helper for working with dates.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
Dates()
           
 
Method Summary
static long countDaysBetween(Date start, Date end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dates

public Dates()
Method Detail

countDaysBetween

public static long countDaysBetween(Date start,
                                    Date end)


Copyright © 2004-2012 Hudson. All Rights Reserved.