2006-11-24から1日間の記事一覧

あぼーん

Date testDate = new Date(106,11,31); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-ww"); System.out.println(sdf.format(testDate)); と書くと、なぜか2006-01となる。 もちろん、Date(106,0,1)でも2006-01。 JDKのバグらしいけど、JDK 1.3ぐらい…