Datetime picker

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
 
J

Jon Brunson

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
 
A

Andrew Martin

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
 
A

Andrew Martin

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
 

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

datetime picker problems 5
Convert DateTime to XML date type 3
DateTime format question 2
String to DateTime 1
custom date formatting 6
convert date 1
WHats wrong with this query? 4
DateTime Picker 2

Top