对CS的另外一些修改

1.ArchiveList.cs,88行:link.Text = string.Format("{0} ({1})", ad.Date.ToString("MMMM yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo), ad.Count);

2.EntryListContainer.cs,283行:listTitle.Text = query.DateFilter.ToString("MMMM yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo) + " - " + ResourceManager.GetString("Weblog_EntryList_Posts");

3.EntryView.cs,97行:EntryDesc.Text = DataSource.UserTime.ToString(ThemeConfig.DateFormat, System.Globalization.DateTimeFormatInfo.InvariantInfo);

上述修改主要解决显示中文时间的问题。

[name:Modify the DataTime of CS][tags:CommunityServer]

[From AlphaWu.Blog]
posted @ 2006-12-13 14:28  AlphaWu  阅读(188)  评论(1编辑  收藏  举报