LocalDate to java.util.Date and vice versa simplest conversion?
tl;dr Is there a simple way to convert a LocalDate (introduced with Java 8) to java.util.Date object? By ‘simple’, I mean simpler than this Nope. You did it properly, and as concisely as possible. Read below for issues, and then think about it. How could it be simpler? If you ask me what time does … Read more