RE: [OT] Getting a pattern from a DateFormat object

2007-10-25 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: [OT] Getting a pattern from a DateFormat object > > Does anyone know if I can get the pattern for a DateFormat object? I don't think you can, since DateFormat is abstract; there's no guarantee there

[OT] Getting a pattern from a DateFormat object

2007-10-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Sorry for the off-topic post. Does anyone know if I can get the pattern for a DateFormat object? If I've got a SimpleDateFormat object, I know I can call toPattern() and get a String describing the pattern. Is there a way to do something simila