Tag

iso-8601

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 3, 2020 · Fundamentals

Understanding SimpleDateFormat, Week Year, and ISO 8601 in Java

This article explains how to use Java's SimpleDateFormat for date‑time formatting and parsing, describes the pattern letters, clarifies the difference between "yyyy" and "YYYY" for week‑year calculations, and shows how ISO 8601 week definitions are supported in Java with practical code examples.

JavaJava8Programming
0 likes · 8 min read
Understanding SimpleDateFormat, Week Year, and ISO 8601 in Java