Write a java program to validate the time format in Java

Опубликовано: 31 Октябрь 2017
на канале: Codebun
1,732
7

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.