BAEL-5386: add link back to article (#12015)

This commit is contained in:
KevinGilmore 2022-04-03 08:49:33 -05:00 committed by GitHub
parent 007271ec3b
commit f345f997a8
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ This module contains articles about parsing and formatting Java date and time ob
- [Convert between String and Timestamp](https://www.baeldung.com/java-string-to-timestamp)
- [Convert String to Date in Java](http://www.baeldung.com/java-string-to-date)
- [Format a Milliseconds Duration to HH:MM:SS](https://www.baeldung.com/java-ms-to-hhmmss)
- [Format Instant to String in Java](https://www.baeldung.com/java-instant-to-string)