I’m writing a program in c++/cli visual studio 2010 and I don’t know how to set a specific date into my datetime picker.
I also want to know how do I set the default day to today, so you can’t go to dates that has already passed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
Valueproperty to set the current date/time, andMinDateto set the earliest date that can be selected.