| Author |
Exception: Unparseable date for different languages
|
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
|
|
I am using the following code to convert the date for different language, but it works for English and Japanse, but failed for Chinese and Korea with the error like "java.text.ParseException: Unparseable date: "2009-08-14 下午 10:00:01""
What will be better way to handle all kinds of language for Date format?
|
 |
Mathew Lee
Ranch Hand
Joined: Jun 08, 2009
Posts: 238
|
|
|
i am not sure if you can do all kinds of languages
|
 |
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
|
|
The code is using as ORADateFormat to get the pattern , looks like it works for English, Japanese.
I have n't find the way to convert the ORADateformat pattern with simpledateformat, but I am guess it could have some way?
|
 |
 |
|
|
subject: Exception: Unparseable date for different languages
|
|
|