Example usage for Java javax.mail.internet MailDateFormat fields, constructors, methods, implement or subclass
The text is from its open source code.
MailDateFormat() Create a new date format for the RFC2822 specification with lenient parsing. |
String | format(Date date) Formats a Date into a date-time string. |
Date | parse(String source) Parses text from the beginning of the given string to produce a date. |
Date | parse(String text, ParsePosition pos) Parses the given date in the format specified by RFC 2822. |