Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のような文字列で表されるサーバーからの日付が"Thu Oct 31 2013 00:00:00 GMT+0200"あり、オブジェクトで解析する必要がありDateます。DateTimeFormat日付の操作にはクラスを使用します。
"Thu Oct 31 2013 00:00:00 GMT+0200"
Date
DateTimeFormat
問題は、英語のロケールでしか解析できないことです。他のロケールではIllegalArgumentException、parse メソッドから取得しますが、解析のために正しいロケールを正確に設定することはできません。
IllegalArgumentException
これどうやってするの?