tags:

views:

5

answers:

0

Hi

I have a calculation in a linq query, although it brings back the correct nuber of days, Im not sure how to better format it

select new { time = (System.DateTime.Today - cs.date_case_opened), }; just now it shows eg 4:00:00:00 if the difference is 4 days, any ideas how i can present this better?

thanks