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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top