I'm sure this is a simple question, but I am quite confused. I am trying to do two things using ConvertUtils 1) Convert a String of the form "19 September 2003" to a Date 2) Convert a Date to a String of the form "19 September 2003"
#1 (String -> Date) I can do no problem with my own custom Converter class. Does anyone know how to do #2 (Date -> String) automatically with ConvertUtils? Thanks! Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
