Working with Non-ISO Chronologies in Java: HijrahDate, MinguoDate, JapaneseDate, and ThaiBuddhistDate
Learn how to work with non-ISO chronologies in Java, including HijrahDate, MinguoDate, JapaneseDate, and ThaiBuddhistDate, using the java.time API
Curated Java + Spring Boot tutorials with real-world backend patterns and clean examples.
Learn how to work with non-ISO chronologies in Java, including HijrahDate, MinguoDate, JapaneseDate, and ThaiBuddhistDate, using the java.time API
Learn advanced DateTime parsing with multiple formats in Java using java.time. Handle ISO, custom, and locale-specific patterns safely and efficiently
Learn how to use ZoneRules in Java to implement custom time zone logic. Manage DST transitions, offsets, and build global-ready applications safely
Learn best practices for handling Daylight Saving Time (DST) transitions in Java using the java.time API. Manage gaps, overlaps, and global applications safely
Learn best practices for time zone management in Java global applications. Handle DST, ZonedDateTime, REST APIs, databases, and concurrency safely
Learn how the Java Date-Time API achieves immutability and thread-safety. Explore best practices, real-world use cases, and expert-level insights
Master advanced date and time handling in Java using Temporal and TemporalUnit. Learn adjustments, best practices, DST handling, and real-world use cases
Learn how to use TemporalAdjusters in Java’s Date & Time API for scheduling, recurring events, and custom date adjustments with real-world examples
Learn how to calculate age, expiry dates, and build scheduling systems using Java’s Date & Time API. Includes real-world examples, best practices, and code.
Learn how to convert between legacy Date and Calendar APIs and modern java.time API. Includes migration strategies, examples, and best practices
Learn how to handle time zones in Java using ZoneId and ZoneOffset. Covers ZonedDateTime, DST handling, conversions, and best practices with examples
Learn Java’s common date and time patterns using DateTimeFormatter. Covers ISO-8601, RFC-1123, and custom formats with examples and best practices