Checking DateTimePicker date is => today's date?
-
How can I check to see if the selected date in a DateTimePicker is a date which is future to the current date (now) please?
-
How can I check to see if the selected date in a DateTimePicker is a date which is future to the current date (now) please?
-
How can I check to see if the selected date in a DateTimePicker is a date which is future to the current date (now) please?
You can use DateTime.Now to retrieve current date and time. DateTimePicker has a Value property so you can compare these values.
Giorgi Dalakishvili #region signature My Articles / My Latest Article[^] / My blog[^] #endregion
-
How can I check to see if the selected date in a DateTimePicker is a date which is future to the current date (now) please?
-
How can I check to see if the selected date in a DateTimePicker is a date which is future to the current date (now) please?