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
Nanhe SiddiquePosted May 21, 2015, 12:15 AM
Afzaal Ahmad ZeeshanPosted May 20, 2015, 10:42 AM
dateTime1.ToString("MMMM");dateTime1.ToString("MMMM dd, yyyy");