my dao page is receiving date and time from two different field now i want know how to merge these both date and time in a single object so that i calculate time difference
Simple yet effective would be:
LocalDateTime dateTime = LocalDateTime.of(datePart, timePart);