Constructor and Description |
---|
DateUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getDuration(Calendar cal1,
Calendar cal2) |
static String |
getDuration(Date d1,
Date d2) |
static String |
getDuration(long duration) |
static String |
getDuration(long ms1,
long ms2) |
public DateUtil()
public static String getDuration(long duration)
public static String getDuration(long ms1, long ms2)
public static String getDuration(Date d1, Date d2)
public static String getDuration(Calendar cal1, Calendar cal2)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.