
I have a issue with characters in chinese locale in java. Iam using eclipse IDE My code is "java.util.Date stdDate = new SimpleDateFormat("dd/MM/yyyy").parse(10/10/2012); String formattedDate = new SimpleDateFormat("dd MMMM yyyy",Locale.CHINESE).format(stdDate);" But iam getting month name as '??' Can anyone help me to solve this issue..
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
