I am having a problem: Trying to use SimpleDateFormat with user input...
public static void main(String[] args) { try { SimpleDateFormat sdf = new SimpleDateForm
The new SimpleDateFormat("MM/dd/YYYY",Locale.US); must be new SimpleDateFormat("MM/dd/yyyy",Locale.US);
new SimpleDateFormat("MM/dd/YYYY",Locale.US);
new SimpleDateFormat("MM/dd/yyyy",Locale.US);
YYYY
yyyy