Hi,
I created a form with a Systems.Windows .Forms.DateTime Picker.
I only want to display "dd MMM" THerefore I have coded the Load event of the form with the following:
dtpDate.CustomF ormat = "dd MMM"
dtpDate.Format = DateTimePickerF ormat.Custom
Question I have is that when the users click on the DropDown they see the month and the year as well as in the bottom Today + the selected date.
I would like to get rid of both the bottom footer and the top header of the calendar drop down.
Is there a way to do this?
Yama
I created a form with a Systems.Windows .Forms.DateTime Picker.
I only want to display "dd MMM" THerefore I have coded the Load event of the form with the following:
dtpDate.CustomF ormat = "dd MMM"
dtpDate.Format = DateTimePickerF ormat.Custom
Question I have is that when the users click on the DropDown they see the month and the year as well as in the bottom Today + the selected date.
I would like to get rid of both the bottom footer and the top header of the calendar drop down.
Is there a way to do this?
Yama