PsychoCoder
Programmer
OK,
I have a web application Im working on in .Net, I do a query to retrieve certain information from a table, one of them being a datetime value. The column holds only the date (no time) but when I select it out it gives a time of 12:00AM by default, how can I get only the date?
I have a web application Im working on in .Net, I do a query to retrieve certain information from a table, one of them being a datetime value. The column holds only the date (no time) but when I select it out it gives a time of 12:00AM by default, how can I get only the date?