A small application based on cupcake 1.5

import java.util.Calendar;
import java.text.DateFormat;
private Calendar mCalendar;
private java.text.DateFormat mTitleDateFormat;
.........
mTitleDateFormat.format(mCalendar.getTime());

If system language is Chinese, output is:  5,2009 9 10
If system language is English, output is:  Thursday,10 September 2009
Why does the system output Chinese date in such strange format?  My
JDK version is 1.5.0_17
Thanks a lot for your help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to