| Author |
Date to be returned as a locale specific string
|
vijay kumarg
Ranch Hand
Joined: Dec 14, 2006
Posts: 105
|
|
|
How to generate a java.util.Date as a Locale specific string?
|
 |
John Bartlett
Ranch Hand
Joined: Jan 25, 2006
Posts: 116
|
|
Hi, Could you not use Calendar instead. Then once the locale/timezone specific date is setup you could just use the getTime() method to pull back the Date Object. John [ December 15, 2006: Message edited by: John Bartlett ]
|
 |
 |
|
|
subject: Date to be returned as a locale specific string
|
|
|