20 results found (page 2 of 2)
http://www.planeteclipse.org

…to count all of the days between January 1, 2000 and December 31, 2025 by their DayOfWeek (e.g. SATURDAY, SUNDAY, MONDAY, etc.). I use Java Stream and the LocalDate type from the Java Time library in addition to the threeten-extra library which includes a LocalDateRange type. @Te…