G
Gary Smith
I my SQL Datareader I am loading the date data into text box.
Here is my code
txtActOpenDate.Text = MyDataReader("ActOpenDt").ToString()
txtActOpenDate.Text is displaying the date and time.
How to display the date alone here.
Thanks for your advice.
Gary
Here is my code
txtActOpenDate.Text = MyDataReader("ActOpenDt").ToString()
txtActOpenDate.Text is displaying the date and time.
How to display the date alone here.
Thanks for your advice.
Gary