I have run into a stubborn problem I cannot seem to solve. I have looked for solutions at stackoverflow and have found a lot of posts about Java date formatting, but nothing
Use yyyy not YYYY in your format string.
YYYY is a very special thing, the calendar week year.
See the SimpleDateFormat documentation for more info.