LocalDate cannot be converted to Date

btnGuardar.addClickListener(new Button.ClickListener() {
@Override
public void buttonClick(Button.ClickEvent event) {
if (!txtFolio.getValue().isEmpty()) {
anexoTemp.setFolio_anexo(txtFolio.getValue().toUpperCase());
anexoTemp.setFecha_inicio(txtFechaInicio.getValue());
anexoTemp.setFecha_fin(txtFechaFin.getValue());

                if (isEdit) {
                    String strFechaInicio = anexoTemp.getFecha_inicio().getDate() + "/" + anexoTemp.getFecha_inicio().getMonth()
                            + "/" + anexoTemp.getFecha_inicio().getYear();

                    String strFechaFin = anexoTemp.getFecha_fin().getDate() + "/" + anexoTemp.getFecha_fin().getMonth()
                            + "/" + anexoTemp.getFecha_fin().getYear();

https://stackoverflow.com/questions/22929237/convert-java-time-localdate-into-java-util-date-type