-
Date and Time Picker
Hi,
When the form loads the DateandTime Control shows the current date,but I want the date to be blank when the form loads and when I click on the dateandtime down arrow then the date shows up to be selected....I have a field in my Employee table (Date of leave or resign/fired). How can it be done?
-
Re: Date and Time Picker
There is no way to prevent current date being highlighted in a DateTimePicker. However you can set the initial date to whatever you wish simply by using the controls Value property.