piuttosto utilizza il
SimpleDateFormat, che è fatto apposta
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
Date d = sdf.parse(stringa)
piuttosto utilizza il
SimpleDateFormat, che è fatto apposta
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
Date d = sdf.parse(stringa)