我可以尝试在模式中使用'L'字符(http://developer.android.com/reference/java/text/SimpleDateFormat.html):
SimpleDateFormat sdf2 = new SimpleDateFormat("d LLLL y '?'. H:mm:ss z", new Locale("ru", "RU"));
Run Code Online (Sandbox Code Playgroud)
但我得到这个例外:
java.lang.IllegalArgumentException: Unknown pattern character - 'L'
Run Code Online (Sandbox Code Playgroud)
任何想法,为什么会发生?