I have a DateTime, and need to validate that …
I need that my DateTime stay Between two other Datetime (dynamic)…
How Can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like to use Fluent Validation. It gives you a lot more control over your validation.
With FluentValidation, you would do something like this (where MyDateTime, date1, and date2 are properties of your MyModel class) :