B
b@zU
Can anybody explain me why the following code does NOT throws exceptios??
Date d=(new SimpleDateFormat("dd/MM/yyyy")).parse("01/01/200z");
look at the "z"
Date d=(new SimpleDateFormat("dd/MM/yyyy")).parse("01/01/200z");
look at the "z"