I have found two custom annotation solution as mention below.
https://stackoverflow.com/a/41718607/8123983
https://gist.github.com/robinraju/875b08694c80836273ebb9b6e5783f77
But, I am looking for any default implementation of hibernate validator.
No Inbuilt validators for Date Format , These are the default validators that can be applied to date or calendars field types.
If you need to apply for String property , then only @Pattern validator javax.validation.constraints.Pattern regexp(mandatory) is useful for your case.