BAEL-5465: removed link from readme, reordered tests (#11977)

This commit is contained in:
etrandafir93
2022-03-25 17:09:52 +01:00
committed by GitHub
parent ff6f84958c
commit bda9fd8272
2 changed files with 11 additions and 12 deletions

View File

@@ -11,5 +11,4 @@ This module contains articles about date operations in Java.
- [How to determine day of week by passing specific date in Java?](https://www.baeldung.com/java-get-day-of-week)
- [Finding Leap Years in Java](https://www.baeldung.com/java-leap-year)
- [Getting the Week Number From Any Date](https://www.baeldung.com/java-get-week-number)
- [Subtract Days from a Date in Java](https://www.baeldung.com/java-subtract-days-from-a-date)
- [[<-- Prev]](/core-java-modules/core-java-date-operations-1)