I want to validate incoming date format (it should only accept date format) with specific format of (DD/mm/YYYY)
which annotation shall i use to see that date is not null
@NotNull
private Date myDate;
I want to validate incoming date format (it should only accept date format) with specific format of (DD/mm/YYYY)
which annotation shall i use to see that date is not null
@NotNull
private Date myDate;