I am retrieving information from my database and storing it in a reader. The contents of the reader are then used to bind a repeater.
Everything works fine. The only thing that is bugging me is that the date is displayed as 2012-01-01 00:00:00. I want the last part (that is, 00:00:00) to be removed.
How can this be done please? Thanks.