public abstract class RFC822Date extends Object
Constructor and Description |
---|
RFC822Date() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
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"
|
public static long parse822Date(String s)
s
- non-nullpublic static String to822Date(long t)
public static void main(String[] args)