Datetime picker

  • Thread starter Thread starter subramaniam kalyan
  • Start date Start date
S

subramaniam kalyan

hi

Can any one suggest how to get only mm/yyyy instead of dd/mm/yyyy
through datetime picker components.


Thanks
kalyan
 
You can't, unless you code it into the control yourself (lots of work)

Hopefully when they release CF2.0 the DTPicker in that will support
custom date formats
 
Jon Brunson said:
You can't, unless you code it into the control yourself (lots of work)

Hopefully when they release CF2.0 the DTPicker in that will support
custom date formats

I wrote one extending the system datetimepicker control, and with
datetime, date, and time formats (with time showing numeric updown
rather than calendar dropdown). It ended up at 2700 lines of code,
but it does implement events that the OpenNETCF control doesn't.

-a
 
Jon Brunson said:
You can't, unless you code it into the control yourself (lots of work)

Hopefully when they release CF2.0 the DTPicker in that will support
custom date formats

I meant to add in there the result...not worth the effort - the
OpenNETCF control supports plenty of the functions you will need.

-a
 
Back
Top