I have a secure table with the following list of variables:
int idSeguro;
String nif;
String nombre;
String ape1;
String ape2;
int edad;
int numHijos;
LocalDate fechaCreacion;
And I want to relate it to this table that I have in phpMyAdmin.
And this is what I see when I try to enter a row in the table.
How do I get the date correctly?