String from = "2019.03.03"; SimpleDateFormat fDate = new SimpleDateFormat("yyyy.MM.dd"); Date n = fDate.parse(from);
it has unh