de.hillenbrand.util
Class DateUtils

java.lang.Object
  extended by de.hillenbrand.util.DateUtils

public class DateUtils
extends java.lang.Object


Field Summary
protected static java.text.DecimalFormat oneDigitFormat
           
protected static java.text.DecimalFormat threeDigitFormat
           
protected static java.text.DecimalFormat twoDigitFormat
           
 
Method Summary
static java.lang.String calculateTime(java.util.Calendar startTime, java.util.Calendar endTime)
           
static java.lang.String getDate()
           
static java.lang.String getDate(long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oneDigitFormat

protected static final java.text.DecimalFormat oneDigitFormat

twoDigitFormat

protected static final java.text.DecimalFormat twoDigitFormat

threeDigitFormat

protected static final java.text.DecimalFormat threeDigitFormat
Method Detail

getDate

public static java.lang.String getDate()

getDate

public static java.lang.String getDate(long lastModified)

calculateTime

public static java.lang.String calculateTime(java.util.Calendar startTime,
                                             java.util.Calendar endTime)