Oddbean new post about | logout
 Classifying Dates in Java: A Comprehensive Guide
Java developers often need to work with dates, and knowing how to classify them is crucial for effective data management. This article provides a detailed guide on classifying dates using Java's API for date and time. We'll explore different approaches, including using classes 'LocalDate' and 'LocalDateTime', as well as creating custom comparators.

Source: https://dev.to/andersoncode66/como-classificar-datas-em-java-i3m