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
Post a Comment