/ Published in: ASP

Wanna lose the time portion of the date something was created in a smart search result!?!?
Expand |
Embed | Plain Text
<%-- Replace --%> <%# GetDateTimeString(ValidationHelper.GetDateTime(Eval("Created"), DateTimeHelper.ZERO_TIME), true) %> <%-- With --%> <%# ValidationHelper.GetDateTime(Eval("Created"), DateTimeHelper.ZERO_TIME).ToShortDateString() %>
You need to login to post a comment.