I created a data and time in my database ... however i want to remove certain parts when I run it show shis
4/4/2005 12:00:00 AM1/1/1900 2:45:56 PM
I want to erase the 12:00:00 AM 1/1/1900
4/4/2005 12:00:00 belongs to item29
1/1/1900 2:45:56 PM belongs to item 30
this is my code
lblcreated.Text = dr.Item(29).ToString + " " + dr.Item(30).ToString
Go to the complete details ...