Read the API for SimpleDateFormat and the classes it inherits from - to parse a String into a Date object, use the parse method. To convert the Date into a String, use the format method. The call to...