com.extrememessaging.ResponseMaster
Class SimpleDateFormat

java.lang.Object
  extended bycom.extrememessaging.ResponseMaster.SimpleDateFormat

public class SimpleDateFormat
extends java.lang.Object

This simple class just wraps java.text.SimpleDateFormat to make it thread safe. I've only included the methods that I need. Let me know if you need more.


Constructor Summary
SimpleDateFormat(java.lang.String formatString)
           
 
Method Summary
 java.lang.String format(java.util.Date dtInput)
           
 java.util.Date parse(java.lang.String sInput)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDateFormat

public SimpleDateFormat(java.lang.String formatString)
Method Detail

format

public java.lang.String format(java.util.Date dtInput)

parse

public java.util.Date parse(java.lang.String sInput)
                     throws java.text.ParseException
Throws:
java.text.ParseException