Package javax.mail.internet

Examples of javax.mail.internet.MailDateFormat.format()


    * @param date
    * @return The http://www.faqs.org/rfcs/rfc822.html "date-time" string
    */
   public static String dateTime(Date date) {
      DateFormat df = new MailDateFormat();
      return df.format(date);    
   }
  
   /**
    * @param ts
    * @return The http://www.faqs.org/rfcs/rfc822.html "date-time" string
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.