net.sf.ecl.datepicker.util
Class DateFormatHelper

java.lang.Object
  extended by net.sf.ecl.datepicker.util.DateFormatHelper

public class DateFormatHelper
extends Object


Method Summary
static String formatDate(Date date)
           
static String formatDate(Date date, int style)
           
static String formatDate(Date date, int style, Locale locale)
           
static String formatDate(long date)
           
static String formatDate(long date, int style)
           
static String formatDate(long date, int style, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatDate

public static String formatDate(Date date)
Parameters:
date -
Returns:

formatDate

public static String formatDate(Date date,
                                int style)
Parameters:
date -
style -
Returns:

formatDate

public static String formatDate(Date date,
                                int style,
                                Locale locale)
Parameters:
date -
style -
locale -
Returns:

formatDate

public static String formatDate(long date)
Parameters:
date -
Returns:

formatDate

public static String formatDate(long date,
                                int style)
Parameters:
date -
style -
Returns:

formatDate

public static String formatDate(long date,
                                int style,
                                Locale locale)
Parameters:
date -
style -
locale -
Returns: