Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 191 Bytes

File metadata and controls

2 lines (2 loc) · 191 Bytes

LocalDateTime from LocalDate and LocalTime

Write a program that builds a LocalDateTime from LocalDate and LocalTime. Combine date and time in a single LocalDateTime object.