Uses of Class
org.tentackle.common.Date
-
Uses of Date in org.tentackle.common
Fields in org.tentackle.common declared as DateModifier and TypeFieldDescriptionstatic final DateDateHelper.MIN_DATEepochal date zero: 1.1.1970 00:00:00 GMTMethods in org.tentackle.common that return DateModifier and TypeMethodDescriptionDate.clone()static DateDate.createFrozen(long epoch) Creates a frozen date.static DateConverts a Calendar into a org.tentackle.misc.Date.static DateConverts ajava.util.Dateinto anorg.tentackle.misc.Date.static DateDateHelper.today(int dayOffset, int monthOffset, int yearOffset) GetsDateHelper.today()with an offset.static DateConverts a string into a date.Methods in org.tentackle.common with parameters of type DateModifier and TypeMethodDescriptionstatic CalendarDateHelper.toCalendar(Date date) Creates a calendar for the given date.
The calendar is created using the thread-local locale, if set, else the default locale.