http://msdn.microsoft.com/en-us/library/aa446530.aspx
but there is no possibility to null date or to delete date from text field.
how to remove date from textfield or how to connect TextField with DateTimePicker
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.
To display blank you can set it as
and then reset the format in
ValueChangedevent to the desired format. The picker doesn’t allow null values since it requires a valid DateTime object.You may choose to have a custom control also as found here