Formatting a textbox with data from a database

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

I fill a windows form with data from a database(access)
txtAODato.DataBindings.Add("Text", objDataView, "AODato")

This is a date-field. How do I format it toget a short date (dd.mm.yy).

regards

reidarT
 

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

Back
Top