Skip to content

Commit 802c896

Browse files
authored
Update README.md
1 parent 88ae1fd commit 802c896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • core-java-modules/core-java-date-operations-2

core-java-modules/core-java-date-operations-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
This module contains articles about date operations in Java.
33

44
### Relevant Articles:
5+
56
- [Get the Current Date Prior to Java 8](https://www.baeldung.com/java-get-the-current-date-legacy)
67
- [Skipping Weekends While Adding Days to LocalDate in Java 8](https://www.baeldung.com/java-localdate-add-days-skip-weekends)
78
- [Checking If Two Java Dates Are on the Same Day](https://www.baeldung.com/java-check-two-dates-on-same-day)
89
- [Converting Java Date to OffsetDateTime](https://www.baeldung.com/java-convert-date-to-offsetdatetime)
910
- [How to Set the JVM Time Zone](https://www.baeldung.com/java-jvm-time-zone)
1011
- [How to determine day of week by passing specific date in Java?](https://www.baeldung.com/java-get-day-of-week)
1112
- [Finding Leap Years in Java](https://www.baeldung.com/java-leap-year)
13+
- [Getting the Week Number From Any Date](https://www.baeldung.com/java-get-week-number)
1214
- [[<-- Prev]](/core-java-modules/core-java-date-operations-1)

0 commit comments

Comments
 (0)