0
我有這個在我的控制器:返回天/月,因爲最新帖子
model.LatestPosts = db.TPGForumPosts.Select(v => v).OrderByDescending(d =>
d.dateCreated).Take(5);
這給了我5個最新的帖子。
我將在我的cshtml頁面上顯示它們。
有沒有簡單的方法將日期轉換爲今天以來的日/月?
A cold hard truth by jwilson posted 5 days ago
A cold hard fact by jwilson posted 3 months ago
參見:http://stackoverflow.com/questions/11/how-do-i-calculate-relative-time – Habib