filmov
tv
DATE & TIME API: Java 8 LocalDate | Java 8 Version
Показать описание
DATE & TIME API- Java 8 LocalDate
LocalDate is an immutable class that represents Date with default format of yyyy-MM-dd. We can use now() method to get the current date. We can also provide input arguments for year, month and date to create LocalDate instance.
LocalDate is an immutable class that represents Date with default format of yyyy-MM-dd. We can use now() method to get the current date. We can also provide input arguments for year, month and date to create LocalDate instance.