On Wed, 2011-11-23 at 07:48 -0800, Christopher Schultz wrote: > Should I look for a threadsafe implementation of > SimpleDateFormat (maybe in commons-lang or something)?
I haven't used this, but it seems to be a drop in replacement for SimpleDateFormat. https://commons.apache.org/lang/api-2.5/org/apache/commons/lang/time/FastDateFormat.html Dan