c# - Validate date without using validators? -


Is there a way to see that a date is valid without using valid assumptions?

I can not use assumptions in this example and this is a long story that is too much to type, but it has to do with nested controls that can not be found in javascript. But before I put a date, I want to make sure that it is valid before the inclusion. Any ideas?

I am using a mask and this date may look like something like this "03 / __ / ____" and this can be an integrated problem.

What are you looking for?

  dated DT; Bool isValid = Date Time Tri ("03 / __ / ____", out DT); // false return  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -