C
Claudia Fong
Hi,
I use the following code to get the date from my db. The format is
5/21/2005, but using the code below it will display: 5/21/2005
12:00:00 AM
label3.Text = Convert.ToString(objReader["ADD_DATE"]);
Is there a way so I can get only the date 5/21/2005 instead of the whole
DATE/TIME??
Can someone help me with this?
Cheers!
Claudi
I use the following code to get the date from my db. The format is
5/21/2005, but using the code below it will display: 5/21/2005
12:00:00 AM
label3.Text = Convert.ToString(objReader["ADD_DATE"]);
Is there a way so I can get only the date 5/21/2005 instead of the whole
DATE/TIME??
Can someone help me with this?
Cheers!
Claudi