From 2eda1aecd5f73711f5b51f3dc2e8cb61b37bb4b6 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:13:13 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-calculate-time-ago --- core-java-modules/core-java-date-operations-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-date-operations-2/README.md b/core-java-modules/core-java-date-operations-2/README.md index 056c91e60d..e49da29db4 100644 --- a/core-java-modules/core-java-date-operations-2/README.md +++ b/core-java-modules/core-java-date-operations-2/README.md @@ -12,4 +12,5 @@ This module contains articles about date operations in Java. - [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-date) +- [How to Calculate “Time Ago” in Java](https://www.baeldung.com/java-calculate-time-ago) - [[<-- Prev]](/core-java-modules/core-java-date-operations-1)