Tagged Questions
4
votes
1answer
215 views
Redundant code ok?
Using C#/.Net, I have a page where the user can enter data and save these data by clicking a button.
To save data, the user needs to enter a valid date, this means a date which has a certain format.
...