| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -661,7 +661,7 @@ System.out.println(leetTime); // 13:37 | |||
| 661 | 661 | ||
| 662 | 662 | ### LocalDate | |
| 663 | 663 | ||
| 664 | - LocalDate represents a distinct date, e.g. 2014-03-11. It's immutable and works exactly analog to LocalTime. The sample demonstrates how to calculate new dates by adding or substracting days, months or years. Keep in mind that each manipulation returns a new instance. | ||
| 664 | + LocalDate represents a distinct date, e.g. 2014-03-11. It's immutable and works exactly analog to LocalTime. The sample demonstrates how to calculate new dates by adding or subtracting days, months or years. Keep in mind that each manipulation returns a new instance. | ||
| 665 | 665 | ||
| 666 | 666 | ```java | |
| 667 | 667 | LocalDate today = LocalDate.now(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments