What is the simplest way to convert a JodaTime LocalDate to java.util.Date object?
Maybe this?
localDate.toDateTimeAtCurrentTime().toDate();