Tag

yyyy

1 views collected around this technical thread.

Top Architect
Top Architect
Dec 31, 2021 · Backend Development

Understanding the Difference Between yyyy and YYYY in Java Date Formatting

The article explains a subtle Java date‑formatting bug where using the week‑based year pattern (YYYY) can incorrectly display the next calendar year for dates at year‑end, demonstrates the issue with sample code, and clarifies why yyyy should be used for ordinary year representation.

Javabackendbug
0 likes · 5 min read
Understanding the Difference Between yyyy and YYYY in Java Date Formatting