Skip to content


Format DateTime to Short Date when Binding in ASP.Net

Here’s how to format a DateTime value to a Short Date when Binding in ASP.Net:

<%# Eval(“StartDate”, “{0:d}”) %>

Posted in Website Development.

  • Kevin
    help
blog comments powered by Disqus