ng2-validation icon indicating copy to clipboard operation
ng2-validation copied to clipboard

Custom validation

Open zengning99 opened this issue 6 years ago • 1 comments

If we want to verify the previous date and the last date, how to do it? The last date must be larger than the previous one. How to get the previous date and the next date?

zengning99 avatar Jan 30 '18 11:01 zengning99

@zengning99 I added example with minDate validator https://ng-validators.github.io/ng-validators#/minDate

anjmao avatar Feb 08 '18 11:02 anjmao