Tagged articles
4 articles
Page 1 of 1
Java Captain
Java Captain
Mar 2, 2022 · Backend Development

Understanding the Difference Between yyyy and YYYY in Java Date Formatting

This article explains how using the uppercase YYYY pattern in Java's SimpleDateFormat can incorrectly shift dates to the next year for week‑based years, demonstrates the issue with sample code, and provides guidance to avoid this subtle bug in date handling.

Date Formattingbackend-developmentbug prevention
0 likes · 4 min read
Understanding the Difference Between yyyy and YYYY in Java Date Formatting