java - Spring MVC Date Validation jsr303 today or greater than today -


i have field :

private date effectivedate; 

i intend use jsr303 validation , need validate date today or greater today.

i unable find annotation this.

i came across @past , @future need @todayorfuture

is there such existing annotation or require custom annotation?

all inputs appreciated.

thanks


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -