KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > MailDateFormat

javax.mail.internet
Class MailDateFormat

java.lang.Object
  extended byjava.text.Format
      extended byjava.text.DateFormat
          extended byjava.text.SimpleDateFormat
              extended byjavax.mail.internet.MailDateFormat
All Implemented Interfaces:
Cloneable, Serializable
See Also:
Top Examples, Source Code

public StringBuffer format(Date date,
                           StringBuffer dateStrBuf,
                           FieldPosition fieldPosition)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MailDateFormat()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Date parse(String text,
                  ParsePosition pos)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCalendar(Calendar newCalendar)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setNumberFormat(NumberFormat newNumberFormat)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags