.net 流氓
天下无难事,有志者成之;天下无易事,有恒者得之。

记一下以备以后使用

public string CurrentDate
    {

        get
        {
            System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("zh-CN");
            string buffer = cultureInfo.DateTimeFormat.GetAbbreviatedDayName(System.DateTime.Now.DayOfWeek);
            string res1 = System.DateTime.Now.ToString("yyyy年MM月dd日 星期");

            res1 += buffer;
            return res1;

        }
    }

posted on 2011-08-04 15:38  .net 流氓  阅读(297)  评论(0编辑  收藏  举报