|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.util.DateUtil
Date utility functions
Field Summary | |
(package private) static java.util.GregorianCalendar |
cal
|
Constructor Summary | |
DateUtil()
|
Method Summary | |
static java.util.Date |
getFirstDateOfMonth(java.util.Date dt)
Computes the first date of the month for the specified date. |
static java.util.Date |
getFirstDateOfWeek(java.util.Date dt)
Computes the first date of the week for the specified date. |
static java.util.Date |
getFirstDateOfYear(java.util.Date dt)
Computes the first date of the year for the specified date. |
static java.util.Date |
getLastDateOfMonth(java.util.Date dt)
Computes the last date of the month for the specified date. |
static java.util.Date |
getLastDateOfYear(java.util.Date dt)
Computes the last date of the year for the specified date. |
static java.lang.String |
getMonth(java.util.Date dt)
Get month string for the specified date. |
static java.lang.String |
getYear(java.util.Date dt)
Get year string for the specified date. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static java.util.GregorianCalendar cal
Constructor Detail |
public DateUtil()
Method Detail |
public static java.util.Date getFirstDateOfMonth(java.util.Date dt)
dt
- Specified date.
public static java.util.Date getFirstDateOfWeek(java.util.Date dt)
dt
- Specified date.
public static java.util.Date getFirstDateOfYear(java.util.Date dt)
dt
- Specified date.
public static java.util.Date getLastDateOfMonth(java.util.Date dt)
dt
- Specified date.
public static java.util.Date getLastDateOfYear(java.util.Date dt)
dt
- Specified date.
public static java.lang.String getMonth(java.util.Date dt)
dt
- Specified date.
public static java.lang.String getYear(java.util.Date dt)
dt
- Specified date.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.