Good catch. Thanks.

Trent wrote:
On Sat, 10 Mar 2007 22:54:58 +0800, Richard G. Reyes wrote
Thanks, I'll try this.
Richard

On 3/9/07, Brett Knights <[EMAIL PROTECTED]> wrote:
I use this:
[snip]
public class ListUtil {
    public static final SimpleDateFormat detailDateFormat = new
SimpleDateFormat("yyyy-MM-dd hh:mm:ss a z");

It's generally not a good idea to extract date formats as constants; they're
not thread-safe.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to