date picker coming up in combo when format changed to time

  • Thread starter rpgtovbdotnetprogrammerx
  • Start date
R

rpgtovbdotnetprogrammerx

I have a datetime column that is being manipulated in a text box on a form. I
really only want the time. I changed the format property to time and it now
shows time in the combo box. When I run the project and do the pull down on
the text box for hte datetime column, I get a date picker. When I go to the
value property, I also see the date picker.

Is there a way to select TIME? Is there a TIME picker???
 
C

Cor Ligthert[MVP]

Strange, however the value property will always return a datetime value type
and that is including a whatever date.

You can use those values however with the overloaded ToString of the
DateTime.

But for the rest it sound strange, in your case I would debug my code again.

It seems as you change the format somewhere.

Cor


"rpgtovbdotnetprogrammerx"
 

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

Top