Write a java program to Validating Date Format || Validate Time Format.
Obtain a date string in the format dd/mm/yyyy. Write code to validate the given date against the given format.
http://codebun.com/write-java-program...
The return type of the validateDate method is 1 if the given date format matches the specified format If the validation fails, return the output as -1.