Here’s how to format a DateTime value to a Short Date when Binding in ASP.Net:
<%# Eval(“StartDate”, “{0:d}”) %>
help
help