#BAEL-16646 Move article [Convert String to Date in Java](http://www.baeldung.com/java-string-to-date) from libraries to java-dates-string. The code was already in java-dates (but the article still points to libraries).

This commit is contained in:
Alessio Stalla
2019-10-02 17:04:11 +02:00
parent fa3cc1e953
commit d2b96ee409
3 changed files with 1 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ This module contains articles about parsing and formatting Java date and time ob
- [A Guide to SimpleDateFormat](https://www.baeldung.com/java-simple-date-format)
- [Display All Time Zones With GMT And UTC in Java](http://www.baeldung.com/java-time-zones)
- [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)