I am getting this result from the DB looking like this using the code below: I want to format it to say Wednesday 5/21/2003 at 12AM. Any clue on how to do this?
5/21/2003 12:00:00 AM
Code:<%# DataBinder.Eval(Container.DataItem, "AnnouncementCreateDate")%>
