prova a fare:

import java.util.*;
import java.text.*;

SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy");
Date date = sdf.parse(myString);