org.enhydra.barracuda.plankton
Class DateUtil
java.lang.Object
org.enhydra.barracuda.plankton.DateUtil
- public class DateUtil
- extends Object
class holding some useful date utilities
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECONDS_IN_DAY
public static final long SECONDS_IN_DAY
- See Also:
- Constant Field Values
MILLISECONDS_IN_DAY
public static final long MILLISECONDS_IN_DAY
- See Also:
- Constant Field Values
DateUtil
public DateUtil()
getFirstDateToday
public static Calendar getFirstDateToday()
getLastDateToday
public static Calendar getLastDateToday()
getFirstDateTomorrow
public static Calendar getFirstDateTomorrow()
getLastDateTomorrow
public static Calendar getLastDateTomorrow()
getFirstDateYesterday
public static Calendar getFirstDateYesterday()
getLastDateYesterday
public static Calendar getLastDateYesterday()
getFirstDate
public static Calendar getFirstDate(int theOffsetInDays)
getLastDate
public static Calendar getLastDate(int theOffsetInDays)
Copyright © 2003 BarracudaMVC.org All Rights Reserved.