From 172719db1933e63e72c5fe2fa8d5f1441b54ba05 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:07:56 +0800 Subject: [PATCH] Update README.md --- core-java-modules/core-java-date-operations-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-date-operations-4/README.md b/core-java-modules/core-java-date-operations-4/README.md index bfc460f5eb..6f8bc6c4b8 100644 --- a/core-java-modules/core-java-date-operations-4/README.md +++ b/core-java-modules/core-java-date-operations-4/README.md @@ -3,4 +3,4 @@ This module contains articles about date operations in Java. ### Relevant Articles: - [Calculate Number of Weekdays Between Two Dates in Java](https://www.baeldung.com/java-count-weekdays-between-two-dates) - +- [Convert Long to Date in Java](https://www.baeldung.com/java-long-date-conversion)