Removing(hiding) the year in a DateTimePicker

  • Thread starter Thread starter Eric Bauld
  • Start date Start date
E

Eric Bauld

Does anyone know how to hide the year in a date time
picker. Not when it is being viewed as text, but rather
once the user has clicked on the DateTimePicker and it has
dropped down into the calendar view.

That is, in the calendar view the Month and year are
located at the top between two arrows which advance or
decrement the month. Below that the days of the current
month are layed out as you would see on a calendar. At the
bottom you see todays date. I am trying to find a way to
remove the selected year at the top so that it is not
visible. Either by removing it or placing something over
the top of it so that it may not be used or seen.

Does anyone know how I can pull this off the
DateTimePicker,cover it up, or another method to disable
the year in the dropdown calendar ?

-E
 
Not the display text when the DateTimePicker has not dropped down. I need a
way to remove the year when the DateTimePicker is in the droped down
Calendar mode.
 
Back
Top