Updated README.md

added link back to the article: https://www.baeldung.com/java-calculate-time-ago
This commit is contained in:
Asjad J 2022-06-21 11:13:13 +05:00 committed by GitHub
parent 87c16c874f
commit 2eda1aecd5
1 changed files with 1 additions and 0 deletions

View File

@ -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)