28 Feb, 2008
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}”) %>
28 Feb, 2008
Here’s how to format a DateTime value to a Short Date when Binding in ASP.Net:
<%# Eval(”StartDate”, “{0:d}”) %>