org.codehaus.plexus.mailsender.util
Class DateFormatUtils

java.lang.Object
  extended by org.codehaus.plexus.mailsender.util.DateFormatUtils

public class DateFormatUtils
extends java.lang.Object

Version:
$Id: DateFormatUtils.java 2338 2005-07-19 10:17:07Z evenisse $
Author:
Trygve Laugstøl

Field Summary
private static java.text.SimpleDateFormat formatter
           
 
Constructor Summary
DateFormatUtils()
           
 
Method Summary
static java.lang.String getDateHeader(java.util.Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatter

private static java.text.SimpleDateFormat formatter
Constructor Detail

DateFormatUtils

public DateFormatUtils()
Method Detail

getDateHeader

public static java.lang.String getDateHeader(java.util.Date date)