SyntaxFix
Write A Post
Hire A Developer
Questions
SimpleDateFormat has a constructor which takes the locale, have you tried that?
http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html
Something like new SimpleDateFormat("your-pattern-here", Locale.getDefault());
new SimpleDateFormat("your-pattern-here", Locale.getDefault());