i need help to input a date using java
Perfil p = new Perfil();
p.setData_nascimento(request.getParameter("data_nascimento"));
i got error
The method setData_nascimento(Date) in the type Perfil is not applicable for the arguments (String)
how can i set a date parameter?