摘要: 1 /// <summary> 2 /// 根据日期获取对应中文日期 3 /// </summary> 4 /// <param name="date"></param> 5 /// <returns></returns> 6 public static string GetCNDateStr(DateTime date) 7 { 8 string[] str ={"零","一","二","三","四", 阅读全文
posted @ 2012-12-18 11:53 QK书生 阅读(537) 评论(0) 推荐(0) 编辑