I try tovalidate two dates (start -> end) where only the first ist required, but when the user enters the second date it must be greater than the first. I\'m using the MVC F
Ok after reading http://foolproof.codeplex.com/discussions/220498 on Codeplex I now know it works the other way round:
_ _ _ Public Property EventStart As Nullable(Of DateTime) _ Public Property EventEnd As Nullable(Of DateTime)