org.apache.webbeans.reservation.util
public class: CalendarUtil [javadoc |
source]
java.lang.Object
org.apache.webbeans.reservation.util.CalendarUtil
Method from org.apache.webbeans.reservation.util.CalendarUtil Summary: |
---|
getCurrentDate |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.webbeans.reservation.util.CalendarUtil Detail: |
public static Date getCurrentDate() {
return GregorianCalendar.getInstance().getTime();
}
|