www.element4solution.com

e4s.util
Class E4Date

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.util.E4Date

Deprecated. UNDER CONSTRUCTION

public class E4Date
extends E4Object

Similar to a Date datatype, but it is possible to inheritance sub classes from this type. It is used to build up user defined and generated classes for long values.

Since:
JDK 1.4
See Also:
E4ModuleDictionaryTypes, E4DBType, E4String, E4Long

Field Summary
static int LEN
          Deprecated. Length in Database for Date types
static java.text.DateFormat RFC1123_DATE_FORMAT
          Deprecated. DateFormat to be used to format dates according RFC1123 (e.g.
static java.lang.String RFC1123_DATE_PICTURE
          Deprecated. format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4Date(java.util.Calendar date)
          Deprecated.  
E4Date(java.util.Date date)
          Deprecated.  
 
Method Summary
static java.lang.String _getSVNVersionString()
          Deprecated. Get version info string from subversion.
 java.util.Date dateValue()
          Deprecated.  
 java.lang.String format(java.text.SimpleDateFormat df)
          Deprecated.  
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEN

public static final int LEN
Deprecated. 
Length in Database for Date types

See Also:
Constant Field Values

RFC1123_DATE_PICTURE

public static final java.lang.String RFC1123_DATE_PICTURE
Deprecated. 
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"

See Also:
Constant Field Values

RFC1123_DATE_FORMAT

public static final java.text.DateFormat RFC1123_DATE_FORMAT
Deprecated. 
DateFormat to be used to format dates according RFC1123 (e.g. "expires" meta tag)

See Also:
DF_RFC1123_PATTERN
Constructor Detail

E4Date

public E4Date(java.util.Date date)
Deprecated. 

E4Date

public E4Date(java.util.Calendar date)
Deprecated. 
Method Detail

dateValue

public java.util.Date dateValue()
Deprecated. 

format

public java.lang.String format(java.text.SimpleDateFormat df)
Deprecated. 

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Deprecated. 
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com