If I am storing a date in a database and it looks like this when outputted on my page -->
<%# Utils.CheckForNull_Text2(Container.DataItem("DATE_SUBMITTED"))%>
produces -->
2/16/2011 4:16:44 PM
How can I strip off the "4:16:44 PM" I only want to display the date.
Thanks