DateTime time=DateTimeFormat.forPattern("yyyy-ww").parseDateTime("2013-01");
where DateTimeFormat
is org.joda.time.format.DateTimeFormat
.
When I execute the above, time becomes 2013-12-30T00:00:00.000
what am I doing wrong? Is this a bug? I expect it to be the first week of 2013, not the last.