4 lines
250 B
Markdown
Raw Normal View History

2019-11-22 00:05:09 +08:00
### Relevant Articles:
- [Get the Current Date Prior to Java 8](https://www.baeldung.com/java-get-the-current-date-legacy)
2019-11-22 00:13:36 +08:00
- [Skipping Weekends While Adding Days to LocalDate in Java 8](https://www.baeldung.com/java-localdate-add-days-skip-weekends)