#BAEL-16646 flatten java-datetime modules

This commit is contained in:
Alessio Stalla
2019-10-04 21:47:42 +02:00
parent d2b96ee409
commit 1b5d8a6b62
62 changed files with 2 additions and 26 deletions

View File

@@ -0,0 +1,13 @@
## Java Dates Parsing and Formatting Cookbooks and Examples
This module contains articles about parsing and formatting Java date and time objects.
### Relevant Articles:
- [Check If a String Is a Valid Date in Java](https://www.baeldung.com/java-string-valid-date)
- [RegEx for matching Date Pattern in Java](http://www.baeldung.com/java-date-regular-expressions)
- [Guide to DateTimeFormatter](https://www.baeldung.com/java-datetimeformatter)
- [Format ZonedDateTime to String](https://www.baeldung.com/java-format-zoned-datetime-string)
- [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)