@@ -1 +1,6 @@
|
||||
Welcome to the Wiki.
|
||||
## Deklaration
|
||||
```
|
||||
LocalDate date = LocalDate.of(2020, Month.APRIL, 14);
|
||||
LocalTime time = LocalTime.of(12, 45);
|
||||
LocalDateTime dateTime = LocalDateTime.of(date, time);
|
||||
```
|
||||
Reference in New Issue
Block a user