filmov
tv
Write a java program to validate the time format in Java
Показать описание
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.
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.
Obtain a date string in the format dd/mm/yyyy. Write code to validate the given date against the given format.
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.