Month Only DateTime Picker

  • Thread starter Thread starter Adrian Miller
  • Start date Start date
A

Adrian Miller

Hi,

is it possible to use the DataTime Picker for month selection only? What's
the easiest approach for this?

Thanks for any hint
Adrian
 
Hi,

is it possible to use the DataTime Picker for month selection only? What's
the easiest approach for this?

Thanks for any hint
Adrian

You could use custom format. But I would suggest populating a combobox
with the monthnames instead.

Thomas
 
ThomasD said:
You could use custom format. But I would suggest populating a combobox
with the monthnames instead.

.... which you can obtain via 'DateTimeFormatInfo.GetMonthName', for example.
 
Back
Top