Java javax.mail.internet MailDateFormat fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.internet MailDateFormat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.internet MailDateFormat.

The text is from its open source code.

Constructor

MailDateFormat()
Create a new date format for the RFC2822 specification with lenient parsing.

Method

Stringformat(Date date)
Formats a Date into a date-time string.
Dateparse(String source)
Parses text from the beginning of the given string to produce a date.
Dateparse(String text, ParsePosition pos)
Parses the given date in the format specified by RFC 2822.