String ="12-12-1212"; // as input
Date date="12-12-1212" //as output
or
how to take input in Java.util.date
in the form of dd-mm-yyyy
form
String ="12-12-1212"; // as input
Date date="12-12-1212" //as output
or
how to take input in Java.util.date
in the form of dd-mm-yyyy
form