You are printing the Date object, which uses the Date.toString() method. If you want to print a Date object in the same format as the string passed to the parse method, then use the...