|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Date
se.datadosen.util.FormattedDate
public class FormattedDate
Subclass of Date that prints itself according to the passed DateFormat class
| Constructor Summary | |
|---|---|
FormattedDate(java.util.Date d,
java.text.DateFormat df)
|
|
FormattedDate(long l,
java.text.DateFormat df)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.util.Date |
|---|
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormattedDate(java.util.Date d,
java.text.DateFormat df)
public FormattedDate(long l,
java.text.DateFormat df)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.Date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||