Antonio Gallardo wrote:
See: http://svn.apache.org/viewcvs?rev=266246&view=rev
Is this what you have in mind? ;-)
Yep, much better :)
Vadim
Best Regards,
Antonio Gallardo
Vadim Gritsenko wrote:
[EMAIL PROTECTED] wrote:
- protected final static SimpleDateFormat DATE_FORMATTER = new
SimpleDateFormat("(yyyy-MM-dd) HH:mm.ss:SSS");
+ private static final String DEFAULT_TIME_PATTERN = "(yyyy-MM-dd)
HH:mm.ss:SSS";
Antonio,
According to [1]:
FastDateFormat is a fast and thread-safe version of SimpleDateFormat.
So I suggest revisiting this piece of code in order to improve
efficiency :-)
Thanks,
Vadim
[1]
http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/time/FastDateFormat.html