Group datetime by date

Hi,

I have tried to group a datetime, but it groups the rows second by second.

I have formatted the date column:

col.Field(d => d.CreatedAt).Format("{0:dd/MM/yyyy}").Add();

How can I group by date?

1 Reply

GV Gowthami V Syncfusion Team June 3, 2016 11:14 AM UTC

Hi Jhonny, 

We could see that you have created an incident for the below query. 

Query: Group datetime by date 
 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
I have tried to group a datetime, but it groups the rows second by second. 
 
I have formatted the date column: 
 
col.Field(d => d.CreatedAt).Format("{0:dd/MM/yyyy}").Add(); 
 
How can I group by date? 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

Please follow up the incident for better follow up. 

 
Regards, 
 
Gowthami V. 


Loader.
Up arrow icon