Posts by Thiago Saracine • 45 points
2 posts
-
2
votes3
answers1886
viewsQ: Check if a date is valid
I have a college job where I need to check if a date is valid but I can’t use the classes Datetime and Timespan. With these classes I can do it, but without being able to use them by the criteria of…
c#asked Thiago Saracine 45 -
-3
votes3
answers898
viewsQ: Validation and counting of days of a date
Consider an informed date in a form. Construct a function that checks if the date is correct (considering leap year, April 31, etc.). You need to pass the date entered in the form as a parameter. If…