public final class DateUtils extends Object
DateUtils()
static long
daysDiff(Date d1, Date d2)
static String
getRelativeDate(Date date, Locale loc)
static boolean
isToday(Date date)
static Date
onlyDate(Date date)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateUtils()
public static Date onlyDate(Date date)
public static boolean isToday(Date date)
public static long daysDiff(Date d1, Date d2)
public static String getRelativeDate(Date date, Locale loc)
Copyright © 2015. All Rights Reserved.