2
Reply

How to only display date from datetime?

shosho shosho

shosho shosho

May 20 2015 10:20 AM
416
This is one of my column in the gridview to display StartDate: 
column.Expression(i=> i.StartDate).Alignment(ColumnAlignmentCssType.Center).Title("Start Date"); 
 
How can i only display the Date without the time,,because right now its displaying date together with time.
 
 
thanks 

Answers (2)