|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.ac.tuwien.infosys.rnue.helpers.http.RFC1123DateFormatter
Formats a java.util.Date into a RFC1123 compliant date string.
Field Summary | |
static java.text.SimpleDateFormat |
rfc1123format
|
Constructor Summary | |
RFC1123DateFormatter()
|
Method Summary | |
static java.lang.String |
format(java.util.Date d)
Returns a java.lang.String representing a RFC1123 compliant date string. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.text.SimpleDateFormat rfc1123format
Constructor Detail |
public RFC1123DateFormatter()
Method Detail |
public static java.lang.String format(java.util.Date d)
d
- java.util.Date date that should be formatted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |