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

--
Adrian Miller

Re: Month Only DateTime Picker by ThomasD

ThomasD
Mon Apr 28 10:02:54 CDT 2008

On 28 Apr., 10:24, "Adrian Miller" <Adrian.Mil...@msn.com> wrote:
> 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
>
> --
> Adrian Miller

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

Thomas

Re: Month Only DateTime Picker by Herfried

Herfried
Fri May 02 12:36:26 CDT 2008

"ThomasD" <tho.due@gmail.com> schrieb:
>> is it possible to use the DataTime Picker for month selection only?
>> What's
>> the easiest approach for this?
>
> 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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>