Hi,
I created a form with a Systems.Windows.Forms.DateTimePicker.
I only want to display "dd MMM" THerefore I have coded the Load event of the form with the following:
dtpDate.CustomFormat = "dd MMM"
dtpDate.Format = DateTimePickerFormat.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
|