I have this in my controller:
model.LatestPosts = db.TPGForumPosts.Select(v => v).OrderByDescending(d =>
d.dateCreated).Take(5);
This gives me the 5 latest posts.
I am going to display them on my cshtml page.
Is there an easy way to convert the date to days/months since today?
A cold hard truth by jwilson posted 5 days ago
A cold hard fact by jwilson posted 3 months ago