Hi all,

My question has to do with formatting a date returned in a datatable.
Currently the column displays like this "2/4/1958 12:00:00 AM", but i would like for it to display like this "02/04/1958" so that i can set it to the text property of a textbox on a form.


Thanks

p.s. the sql query looks like this select bd, name from table where lname='Doe'
the database it is querying is an oracle db, and the program is written in vs 2005.