net.authorize.arb.util
Class DateUtil

java.lang.Object
  extended by net.authorize.arb.util.DateUtil

public class DateUtil
extends Object

WRITEME


Constructor Summary
DateUtil()
           
 
Method Summary
static Date getDateFromFormattedDate(String dateStr, String format)
           
static String getFormattedDate(Date date, String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtil

public DateUtil()
Method Detail

getDateFromFormattedDate

public static Date getDateFromFormattedDate(String dateStr,
                                            String format)
Parameters:
dateStr - WRITEME
format - WRITEME
Returns:
WRITEME

getFormattedDate

public static String getFormattedDate(Date date,
                                      String format)
Parameters:
date - WRITEME
format - WRITEME
Returns:
WRITEME