textbender.g.util
Class DateX

java.lang.Object
  extended by DateX

public final class DateX
extends Object

Date common implementations.


Field Summary
static Date EPOCH
          The "epoch", namely January 1, 1970, 00:00:00 GMT.
static int MS_PER_DAY
          Milliseconds in a typical day.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPOCH

public static final Date EPOCH
The "epoch", namely January 1, 1970, 00:00:00 GMT.


MS_PER_DAY

public static final int MS_PER_DAY
Milliseconds in a typical day. Records the fixed-length of a typical day; as opposed to an actual day, which may vary according to a calendar.

See Also:
Constant Field Values