public abstract class RFC822Date extends Object
Constructor and Description |
---|
RFC822Date() |
Modifier and Type | Method and Description |
---|---|
static long |
parse822Date(String s)
new Date(String foo) is deprecated, so let's do this the hard way
|
static String |
to822Date(long t)
Format is "d MMM yyyy HH:mm:ss z"
|