List of usage examples for java.util Date subclass-usage
From source file org.carewebframework.vista.mbroker.HODate.java
/** * Represents a $HOROLOG-style date. */ public class HODate extends Date { private static final long serialVersionUID = 1L;
From source file org.openmrs.util.AttributableDate.java
/**
* This class is a stand in for using "java.util.Date" as a PersonAttribute format. This will allow
* the end user to store a date as YYYY-MM-DD instead of storing it as a string in the date format
* of whatever user created the string
*
* @see java.util.Date
From source file suonos.models.MTime.java
/**
* MTime allows for compact times to be stored in the database as an integer. an
* MTime value is an integer that contains the number of minutes since the java
* epoch. The maximum date it can express is "Thu Jan 23 02:07:00 GMT 6053"
*
* @author Anthony
From source file org.carewebframework.vista.mbroker.FMDate.java
/** * Represents a FileMan-style date. */ public class FMDate extends Date { private static final long serialVersionUID = 1L;
From source file com.silverpeas.calendar.AbstractDateDatable.java
/** * User: Yohann Chastagnier * Date: 06/12/13 */ public abstract class AbstractDateDatable<T extends Datable<? super T>> extends java.util.Date implements Datable<T> {
From source file org.silverpeas.core.date.AbstractDateTemporal.java
/**
* WARNING: All the deprecated classes in this package contain failure in their handling of date
* times (bad use of Timezone, etc.)
* User: Yohann Chastagnier
* Date: 06/12/13
* @deprecated Use the java.time API
From source file org.silverpeas.core.date.AbstractDateDatable.java
/** * User: Yohann Chastagnier * Date: 06/12/13 */ public abstract class AbstractDateDatable<T extends Datable<? super T>> extends java.util.Date implements Datable<T> {
From source file com.bstek.dorado.core.el.ExpressionUtilsObject.java
class Date extends java.util.Date { private static final long serialVersionUID = 4952841582905835573L; public Date() { super(); }