Question:
How to forbid setting a date earlier than the current one in datetimepicker?
Answer:
Set the DateTimePicker.MinDate
property to the current date.
How to forbid setting a date earlier than the current one in datetimepicker?
Set the DateTimePicker.MinDate
property to the current date.