Hi I'm new to vb.net and I'm trying to format a datetime field to just show the date. The datetime is bound to an asp:label and I have tried the following in the Text attribute....
Text= String.Format("{0:D}", '<%# Bind("CReviewDate") %>')
and
Text= String.Format("{0:D}", <%#...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.